#1F9332

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

Shades of Forest Green #1F9332

Tints of Forest Green #1F9332

Color information

#1F9332 (or 0x1F9332) is unknown color: approx Forest Green. HEX triplet: 1F, 93 and 32. RGB value is (31,147,50). Sum of RGB (Red+Green+Blue) = 31+147+50=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9332 is #E06CCD. Grayscale: #656565. Windows color (decimal): -14707918 or 3314463. OLE color: 3314463.

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

Color convert

RGB3114750-
CMYK0.7900.660.42
HSL129.83º65.17%34.9%-
HSV(B)129.83º78.91%57.65%-
XYZ11.5721.396.54-
YUV101.2699.0777.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 147 (57.81% from 255) = 64.47%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=13.60%
G=64.47%
B=21.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31147500.7900.660.42129.8365.1734.9
Hex1F93324F0422A824123
Octal372236211701025220210143
Binary1111110010011110010100111101000010101010100000101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,147,50); }

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

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

 a { background-color: rgb(31,147,50); }

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

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

 span { border-color: rgb(31,147,50); }

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