#217D1E

Color #217D1E Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #217D1E

Tints of Forest Green #217D1E

Color information

#217D1E (or 0x217D1E) is unknown color: approx Forest Green. HEX triplet: 21, 7D and 1E. RGB value is (33,125,30). Sum of RGB (Red+Green+Blue) = 33+125+30=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #217D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D1E is #DE82E1. Grayscale: #565656. Windows color (decimal): -14582498 or 1998113. OLE color: 1998113.

HSL color Cylindrical-coordinate representation of color #217D1E: hue angle of 118.11º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217D1E is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB3312530-
CMYK0.7400.760.51
HSL118.11º61.29%30.39%-
HSV(B)118.11º76%49.02%-
XYZ8.215.083.71-
YUV86.6696.0289.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 125 (49.22% from 255) = 66.49%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=17.55%
G=66.49%
B=15.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33125300.7400.760.51118.1161.2930.39
Hex217D1E4A04C33763d1e
Octal41175361120114631667536
Binary100001111110111110100101001001100110011111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217D1E; }

 p { color: rgb(33,125,30); }

 H1.HeaderClassName
 {
   color: #217D1E;
 }
 .AnyTagClassName
 {
   color: #217D1E;
 }
</style>
background-color css

<style>
 a { background-color: #217D1E; }

 a { background-color: rgb(33,125,30); }

 div.DivClassName
 {
   background-color: #217D1E;
 }
 .BgClassName
 {
   background-color: #217D1E;
 }
</style>
border-color css

<style>
 span { border-color: #217D1E; }

 span { border-color: rgb(33,125,30); }

 td.TdClassName
 {
   border-color: #217D1E;
 }
 .TagClassName
 {
   border-color: #217D1E;
 }
</style>