#21700E

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

Shades of Forest Green #21700E

Tints of Forest Green #21700E

Color information

#21700E (or 0x21700E) is unknown color: approx Forest Green. HEX triplet: 21, 70 and 0E. RGB value is (33,112,14). Sum of RGB (Red+Green+Blue) = 33+112+14=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #21700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21700E is #DE8FF1. Grayscale: #4D4D4D. Windows color (decimal): -14585842 or 946209. OLE color: 946209.

HSL color Cylindrical-coordinate representation of color #21700E: hue angle of 108.37º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21700E is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB3311214-
CMYK0.7100.880.56
HSL108.37º77.78%24.71%-
HSV(B)108.37º87.5%43.92%-
XYZ6.511.942.38-
YUV77.2192.3396.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 112 (44.14% from 255) = 70.44%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=20.75%
G=70.44%
B=8.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112140.7100.880.56108.3777.7824.71
Hex2170E47058386c4e19
Octal411601610701307015411631
Binary100001111000011101000111010110001110001101100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21700E; }

 p { color: rgb(33,112,14); }

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

<style>
 a { background-color: #21700E; }

 a { background-color: rgb(33,112,14); }

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

<style>
 span { border-color: #21700E; }

 span { border-color: rgb(33,112,14); }

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