Color Hex Logo

#217a0d Color Hex

#217A0D
(33,122,13)
0 Favorites   0 Comments

Color spaces of #217a0d

RGB 3312213
HSL0.300.810.26
HSV109°89°48°
CMYK 0.730.000.89   0.52
XYZ7.659414.27152.7317
Yxy14.27150.31060.5787
Hunter Lab37.7776-29.920122.1571
CIE-Lab44.6198-45.324645.9677

#217a0d color RGB value is (33,122,13).

#217a0d hex color red value is 33, green value is 122 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #217a0d hue: 0.30 , saturation: 0.81 and the lightness value of 217a0d is 0.26.

The process color (four color CMYK) of #217a0d color hex is 0.73, 0.00, 0.89, 0.52. Web safe color of #217a0d is #336600. Color #217a0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111010 00001101
Octal 41 172 15
Decimal 33 122 13
Hex 21 7A D

RGB Percentages of Color #217a0d

%19.64
%72.62
%7.74

CMYK Percentages of Color #217a0d

%73
%0
%89
%52

Triadic Colors of #217a0d

#217a0d #0d217a #7a0d21

Analogous Colors of #217a0d

#217a0d #0d7a30 #587a0d

Monochromatic Colors of #217a0d

#217a0d

Complementary Color

#217a0d #660d7a

#217a0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217a0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#217a0d Color CSS Codes

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

#217a0d Text Font Color

<p style="color:#217a0d">Text here</p>

This sample text font color is #217a0d
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.


#217a0d Background Color

<div style="background-color:#217a0d">
Div content here</div>

This div background color is #217a0d


#217a0d Border Color

<div style="border:3px solid #217a0d">
Div here</div>

This div border color is #217a0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,122,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217a0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217a0d;
  -webkit-box-shadow: 1px 1px 3px 2px #217a0d;
  box-shadow:         1px 1px 3px 2px #217a0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217a0d


Comments

No comments written yet.

Please login to write comment.