#1F912A

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

Shades of Forest Green #1F912A

Tints of Forest Green #1F912A

Color information

#1F912A (or 0x1F912A) is unknown color: approx Forest Green. HEX triplet: 1F, 91 and 2A. RGB value is (31,145,42). Sum of RGB (Red+Green+Blue) = 31+145+42=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #1F912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F912A is #E06ED5. Grayscale: #636363. Windows color (decimal): -14708438 or 2789663. OLE color: 2789663.

HSL color Cylindrical-coordinate representation of color #1F912A: hue angle of 125.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F912A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB3114542-
CMYK0.7900.710.43
HSL125.79º64.77%34.51%-
HSV(B)125.79º78.62%56.86%-
XYZ11.1120.715.6-
YUV99.1795.7379.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 145 (57.03% from 255) = 66.51%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=14.22%
G=66.51%
B=19.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31145420.7900.710.43125.7964.7734.51
Hex1F912A4F0472B7e4123
Octal372215211701075317610143
Binary111111001000110101010011110100011110101111111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,145,42); }

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

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

 a { background-color: rgb(31,145,42); }

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

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

 span { border-color: rgb(31,145,42); }

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