#1f7f20

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

Shades of Forest Green #1F7F20

Tints of Forest Green #1F7F20

Color information

#1F7F20 (or 0x1F7F20) is unknown color: approx Forest Green. HEX triplet: 1F, 7F and 20. RGB value is (31,127,32). Sum of RGB (Red+Green+Blue) = 31+127+32=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 127 (50% from 255 or 66.84% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7F20 is #E080DF. Grayscale: #575757. Windows color (decimal): -14713056 or 2129695. OLE color: 2129695.

HSL color Cylindrical-coordinate representation of color #1F7F20: hue angle of 120.62º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F20 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB3112732-
CMYK0.7600.750.50
HSL120.62º60.76%30.98%-
HSV(B)120.62º75.59%49.8%-
XYZ8.4215.573.93-
YUV87.4796.787.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 127 (50% from 255) = 66.84%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=16.32%
G=66.84%
B=16.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31127320.7600.750.50120.6260.7630.98
Hex1F7F204C04B32793d1f
Octal37177401140113621717537
Binary111111111111100000100110001001011110010111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7f20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f7f20; }

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

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

<style>
 a { background-color: #1f7f20; }

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

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

<style>
 span { border-color: #1f7f20; }

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

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