#1F9528

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

Shades of Forest Green #1F9528

Tints of Forest Green #1F9528

Color information

#1F9528 (or 0x1F9528) is unknown color: approx Forest Green. HEX triplet: 1F, 95 and 28. RGB value is (31,149,40). Sum of RGB (Red+Green+Blue) = 31+149+40=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9528 is #E06AD7. Grayscale: #656565. Windows color (decimal): -14707416 or 2659615. OLE color: 2659615.

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

Color convert

RGB3114940-
CMYK0.7900.730.42
HSL124.58º65.56%35.29%-
HSV(B)124.58º79.19%58.43%-
XYZ11.721.945.63-
YUV101.2993.4177.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 149 (58.59% from 255) = 67.73%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=14.09%
G=67.73%
B=18.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31149400.7900.730.42124.5865.5635.29
Hex1F95284F0492A7d4223
Octal372255011701115217510243
Binary111111001010110100010011110100100110101011111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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