#217A0F

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

Shades of Forest Green #217A0F

Tints of Forest Green #217A0F

Color information

#217A0F (or 0x217A0F) is unknown color: approx Forest Green. HEX triplet: 21, 7A and 0F. RGB value is (33,122,15). Sum of RGB (Red+Green+Blue) = 33+122+15=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 122 (48.05% from 255 or 71.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 122 - color contains mainly: green. Hex color #217A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217A0F is #DE85F0. Grayscale: #535353. Windows color (decimal): -14583281 or 1014305. OLE color: 1014305.

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

Color convert

RGB3312215-
CMYK0.7300.880.52
HSL109.91º78.1%26.86%-
HSV(B)109.91º87.7%47.84%-
XYZ7.6714.282.8-
YUV83.1989.5192.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 122 (48.05% from 255) = 71.76%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=19.41%
G=71.76%
B=8.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122150.7300.880.52109.9178.126.86
Hex217AF49058346e4e1b
Octal411721711101306415611633
Binary100001111101011111001001010110001101001101110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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