Color Hex Logo

#215d2a Color Hex

#215D2A
(33,93,42)
0 Favorites   0 Comments

Color spaces of #215d2a

RGB 339342
HSL0.360.480.25
HSV129°65°36°
CMYK 0.650.000.55   0.64
XYZ4.95958.31923.5349
Yxy8.31920.29500.4948
Hunter Lab28.8430-19.782612.9237
CIE-Lab34.6390-31.431623.5064

#215d2a color RGB value is (33,93,42).

#215d2a hex color red value is 33, green value is 93 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #215d2a hue: 0.36 , saturation: 0.48 and the lightness value of 215d2a is 0.25.

The process color (four color CMYK) of #215d2a color hex is 0.65, 0.00, 0.55, 0.64. Web safe color of #215d2a is #336633. Color #215d2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011101 00101010
Octal 41 135 52
Decimal 33 93 42
Hex 21 5D 2A

RGB Percentages of Color #215d2a

%19.64
%55.36
%25.00

CMYK Percentages of Color #215d2a

%65
%0
%55
%64

Triadic Colors of #215d2a

#215d2a #2a215d #5d2a21

Analogous Colors of #215d2a

#215d2a #215d48 #365d21

Monochromatic Colors of #215d2a

#215d2a

Complementary Color

#215d2a #5d2154

#215d2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215d2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#215d2a Color CSS Codes

.mybgcolor {background-color:#215d2a; } 
.myforecolor {color:#215d2a; }
.mybordercolor {border:3px solid #215d2a; }

#215d2a Text Font Color

<p style="color:#215d2a">Text here</p>

This sample text font color is #215d2a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#215d2a Background Color

<div style="background-color:#215d2a">
Div content here</div>

This div background color is #215d2a


#215d2a Border Color

<div style="border:3px solid #215d2a">
Div here</div>

This div border color is #215d2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,93,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215d2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215d2a;
  -webkit-box-shadow: 1px 1px 3px 2px #215d2a;
  box-shadow:         1px 1px 3px 2px #215d2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,93,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #215d2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #215d2a;
  -webkit-box-shadow: 1px 1px 3px 2px #215d2a;
  box-shadow:         1px 1px 3px 2px #215d2a;">
Div content here</div>

This div box has shadow with color #215d2a


Comments

No comments written yet.

Please login to write comment.