#1F9331

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

Shades of Forest Green #1F9331

Tints of Forest Green #1F9331

Color information

#1F9331 (or 0x1F9331) is unknown color: approx Forest Green. HEX triplet: 1F, 93 and 31. RGB value is (31,147,49). Sum of RGB (Red+Green+Blue) = 31+147+49=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 147 (57.81% from 255 or 64.76% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9331 is #E06CCE. Grayscale: #656565. Windows color (decimal): -14707919 or 3248927. OLE color: 3248927.

HSL color Cylindrical-coordinate representation of color #1F9331: hue angle of 129.31º 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 #1F9331 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB3114749-
CMYK0.7900.670.42
HSL129.31º65.17%34.9%-
HSV(B)129.31º78.91%57.65%-
XYZ11.5521.386.42-
YUV101.1498.5777.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 147 (57.81% from 255) = 64.76%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=13.66%
G=64.76%
B=21.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31147490.7900.670.42129.3165.1734.9
Hex1F93314F0432A814123
Octal372236111701035220110143
Binary1111110010011110001100111101000011101010100000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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