#217D28

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

Shades of Forest Green #217D28

Tints of Forest Green #217D28

Color information

#217D28 (or 0x217D28) is unknown color: approx Forest Green. HEX triplet: 21, 7D and 28. RGB value is (33,125,40). Sum of RGB (Red+Green+Blue) = 33+125+40=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #217D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D28 is #DE82D7. Grayscale: #585858. Windows color (decimal): -14582488 or 2653473. OLE color: 2653473.

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

Color convert

RGB3312540-
CMYK0.7400.680.51
HSL124.57º58.23%30.98%-
HSV(B)124.57º73.6%49.02%-
XYZ8.3415.144.49-
YUV87.8101.0288.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=16.67%
G=63.13%
B=20.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33125400.7400.680.51124.5758.2330.98
Hex217D284A044337d3a1f
Octal41175501120104631757237
Binary1000011111101101000100101001000100110011111110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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