#1A9131

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

Shades of Forest Green #1A9131

Tints of Forest Green #1A9131

Color information

#1A9131 (or 0x1A9131) is unknown color: approx Forest Green. HEX triplet: 1A, 91 and 31. RGB value is (26,145,49). Sum of RGB (Red+Green+Blue) = 26+145+49=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9131 is #E56ECE. Grayscale: #626262. Windows color (decimal): -15036111 or 3248410. OLE color: 3248410.

HSL color Cylindrical-coordinate representation of color #1A9131: hue angle of 131.6º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9131 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB2614549-
CMYK0.8200.660.43
HSL131.6º69.59%33.53%-
HSV(B)131.6º82.07%56.86%-
XYZ11.1120.696.31-
YUV98.48100.0876.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 145 (57.03% from 255) = 65.91%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=11.82%
G=65.91%
B=22.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26145490.8200.660.43131.669.5933.53
Hex1A9131520422B844622
Octal322216112201025320410642
Binary1101010010001110001101001001000010101011100001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,145,49); }

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

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

 a { background-color: rgb(26,145,49); }

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

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

 span { border-color: rgb(26,145,49); }

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