#1F8420

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

Shades of Forest Green #1F8420

Tints of Forest Green #1F8420

Color information

#1F8420 (or 0x1F8420) is unknown color: approx Forest Green. HEX triplet: 1F, 84 and 20. RGB value is (31,132,32). Sum of RGB (Red+Green+Blue) = 31+132+32=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 132 (51.95% from 255 or 67.69% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8420 is #E07BDF. Grayscale: #5A5A5A. Windows color (decimal): -14711776 or 2130975. OLE color: 2130975.

HSL color Cylindrical-coordinate representation of color #1F8420: hue angle of 120.59º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8420 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB3113232-
CMYK0.7700.760.48
HSL120.59º61.96%31.96%-
HSV(B)120.59º76.52%51.76%-
XYZ9.0816.94.15-
YUV90.495.0485.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 132 (51.95% from 255) = 67.69%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=15.90%
G=67.69%
B=16.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132320.7700.760.48120.5961.9631.96
Hex1F84204D04C30793e20
Octal37204401150114601717640
Binary11111100001001000001001101010011001100001111001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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