#1F9B34

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

Shades of Forest Green #1F9B34

Tints of Forest Green #1F9B34

Color information

#1F9B34 (or 0x1F9B34) is unknown color: approx Forest Green. HEX triplet: 1F, 9B and 34. RGB value is (31,155,52). Sum of RGB (Red+Green+Blue) = 31+155+52=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9B34 is #E064CB. Grayscale: #6A6A6A. Windows color (decimal): -14705868 or 3447583. OLE color: 3447583.

HSL color Cylindrical-coordinate representation of color #1F9B34: hue angle of 130.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B34 is Cyan = 0.8, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB3115552-
CMYK0.800.660.39
HSL130.16º66.67%36.47%-
HSV(B)130.16º80%60.78%-
XYZ12.9123.987.2-
YUV106.1897.4274.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 52 (20.70% from 255) = 21.85%
R=13.03%
G=65.13%
B=21.85%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31155520.800.660.39130.1666.6736.47
Hex1F9B345004227824324
Octal372336412001024720210344
Binary1111110011011110100101000001000010100111100000101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,155,52); }

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

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

 a { background-color: rgb(31,155,52); }

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

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

 span { border-color: rgb(31,155,52); }

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