#1f9f31

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

Shades of Forest Green #1F9F31

Tints of Forest Green #1F9F31

Color information

#1F9F31 (or 0x1F9F31) is unknown color: approx Forest Green. HEX triplet: 1F, 9F and 31. RGB value is (31,159,49). Sum of RGB (Red+Green+Blue) = 31+159+49=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 159 (62.5% from 255 or 66.53% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9F31 is #E060CE. Grayscale: #6C6C6C. Windows color (decimal): -14704847 or 3251999. OLE color: 3251999.

HSL color Cylindrical-coordinate representation of color #1F9F31: hue angle of 128.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F31 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB3115949-
CMYK0.8100.690.38
HSL128.44º67.37%37.25%-
HSV(B)128.44º80.5%62.35%-
XYZ13.5225.317.08-
YUV108.1994.5972.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 159 (62.5% from 255) = 66.53%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=12.97%
G=66.53%
B=20.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31159490.8100.690.38128.4467.3737.25
Hex1F9F315104526804325
Octal372376112101054620010345
Binary1111110011111110001101000101000101100110100000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f9f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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