#216F11

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

Shades of Forest Green #216F11

Tints of Forest Green #216F11

Color information

#216F11 (or 0x216F11) is unknown color: approx Forest Green. HEX triplet: 21, 6F and 11. RGB value is (33,111,17). Sum of RGB (Red+Green+Blue) = 33+111+17=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 111 (43.75% from 255 or 68.94% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 111 - color contains mainly: green. Hex color #216F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216F11 is #DE90EE. Grayscale: #4D4D4D. Windows color (decimal): -14586095 or 1142561. OLE color: 1142561.

HSL color Cylindrical-coordinate representation of color #216F11: hue angle of 109.79º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216F11 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB3311117-
CMYK0.7000.850.56
HSL109.79º73.44%25.1%-
HSV(B)109.79º84.68%43.53%-
XYZ6.4111.732.46-
YUV76.9694.1696.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 111 (43.75% from 255) = 68.94%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=20.50%
G=68.94%
B=10.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111170.7000.850.56109.7973.4425.1
Hex216F1146055386e4919
Octal411572110601257015611131
Binary1000011101111100011000110010101011110001101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216F11; }

 p { color: rgb(33,111,17); }

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

<style>
 a { background-color: #216F11; }

 a { background-color: rgb(33,111,17); }

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

<style>
 span { border-color: #216F11; }

 span { border-color: rgb(33,111,17); }

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