#217C0F

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

Shades of Forest Green #217C0F

Tints of Forest Green #217C0F

Color information

#217C0F (or 0x217C0F) is unknown color: approx Forest Green. HEX triplet: 21, 7C and 0F. RGB value is (33,124,15). Sum of RGB (Red+Green+Blue) = 33+124+15=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #217C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217C0F is #DE83F0. Grayscale: #545454. Windows color (decimal): -14582769 or 1014817. OLE color: 1014817.

HSL color Cylindrical-coordinate representation of color #217C0F: hue angle of 110.09º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #217C0F is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB3312415-
CMYK0.7300.880.51
HSL110.09º78.42%27.25%-
HSV(B)110.09º87.9%48.63%-
XYZ7.9214.772.89-
YUV84.3688.8591.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 124 (48.83% from 255) = 72.09%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=19.19%
G=72.09%
B=8.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33124150.7300.880.51110.0978.4227.25
Hex217CF49058336e4e1b
Octal411741711101306315611633
Binary100001111110011111001001010110001100111101110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,124,15); }

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

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

 a { background-color: rgb(33,124,15); }

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

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

 span { border-color: rgb(33,124,15); }

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