#207A11

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

Shades of Forest Green #207A11

Tints of Forest Green #207A11

Color information

#207A11 (or 0x207A11) is unknown color: approx Forest Green. HEX triplet: 20, 7A and 11. RGB value is (32,122,17). Sum of RGB (Red+Green+Blue) = 32+122+17=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 122 (48.05% from 255 or 71.35% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 122 - color contains mainly: green. Hex color #207A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207A11 is #DF85EE. Grayscale: #535353. Windows color (decimal): -14648815 or 1145376. OLE color: 1145376.

HSL color Cylindrical-coordinate representation of color #207A11: hue angle of 111.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207A11 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB3212217-
CMYK0.7400.860.52
HSL111.43º75.54%27.25%-
HSV(B)111.43º86.07%47.84%-
XYZ7.6614.272.88-
YUV83.1290.6891.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 122 (48.05% from 255) = 71.35%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=18.71%
G=71.35%
B=9.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32122170.7400.860.52111.4375.5427.25
Hex207A114A056346f4c1b
Octal401722111201266415711433
Binary1000001111010100011001010010101101101001101111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207A11; }

 p { color: rgb(32,122,17); }

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

<style>
 a { background-color: #207A11; }

 a { background-color: rgb(32,122,17); }

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

<style>
 span { border-color: #207A11; }

 span { border-color: rgb(32,122,17); }

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