#207B1F

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

Shades of Forest Green #207B1F

Tints of Forest Green #207B1F

Color information

#207B1F (or 0x207B1F) is unknown color: approx Forest Green. HEX triplet: 20, 7B and 1F. RGB value is (32,123,31). Sum of RGB (Red+Green+Blue) = 32+123+31=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 123 (48.44% from 255 or 66.13% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 123 - color contains mainly: green. Hex color #207B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207B1F is #DF84E0. Grayscale: #555555. Windows color (decimal): -14648545 or 2063136. OLE color: 2063136.

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

Color convert

RGB3212331-
CMYK0.7400.750.52
HSL119.35º59.74%30.2%-
HSV(B)119.35º74.8%48.24%-
XYZ7.9314.573.69-
YUV85.397.3589.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 123 (48.44% from 255) = 66.13%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=17.20%
G=66.13%
B=16.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123310.7400.750.52119.3559.7430.2
Hex207B1F4A04B34773c1e
Octal40173371120113641677436
Binary100000111101111111100101001001011110100111011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,123,31); }

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

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

 a { background-color: rgb(32,123,31); }

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

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

 span { border-color: rgb(32,123,31); }

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