#216F10

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

Shades of Forest Green #216F10

Tints of Forest Green #216F10

Color information

#216F10 (or 0x216F10) is unknown color: approx Forest Green. HEX triplet: 21, 6F and 10. RGB value is (33,111,16). Sum of RGB (Red+Green+Blue) = 33+111+16=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 111 (43.75% from 255 or 69.38% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 111 - color contains mainly: green. Hex color #216F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216F10 is #DE90EF. Grayscale: #4D4D4D. Windows color (decimal): -14586096 or 1077025. OLE color: 1077025.

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

Color convert

RGB3311116-
CMYK0.7000.860.56
HSL109.26º74.8%24.9%-
HSV(B)109.26º85.59%43.53%-
XYZ6.4111.732.42-
YUV76.8593.6696.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 111 (43.75% from 255) = 69.38%
BLUE value IS 16 (6.64% from 255) = 10%
R=20.62%
G=69.38%
B=10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111160.7000.860.56109.2674.824.9
Hex216F1046056386d4b19
Octal411572010601267015511331
Binary1000011101111100001000110010101101110001101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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