#1F9527

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

Shades of Forest Green #1F9527

Tints of Forest Green #1F9527

Color information

#1F9527 (or 0x1F9527) is unknown color: approx Forest Green. HEX triplet: 1F, 95 and 27. RGB value is (31,149,39). Sum of RGB (Red+Green+Blue) = 31+149+39=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9527 is #E06AD8. Grayscale: #656565. Windows color (decimal): -14707417 or 2594079. OLE color: 2594079.

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

Color convert

RGB3114939-
CMYK0.7900.740.42
HSL124.07º65.56%35.29%-
HSV(B)124.07º79.19%58.43%-
XYZ11.6821.935.54-
YUV101.1892.9177.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.16%
GREEN value IS 149 (58.59% from 255) = 68.04%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=14.16%
G=68.04%
B=17.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31149390.7900.740.42124.0765.5635.29
Hex1F95274F04A2A7c4223
Octal372254711701125217410243
Binary111111001010110011110011110100101010101011111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,149,39); }

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

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

 a { background-color: rgb(31,149,39); }

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

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

 span { border-color: rgb(31,149,39); }

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