#1A9531

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

Shades of Forest Green #1A9531

Tints of Forest Green #1A9531

Color information

#1A9531 (or 0x1A9531) is unknown color: approx Forest Green. HEX triplet: 1A, 95 and 31. RGB value is (26,149,49). Sum of RGB (Red+Green+Blue) = 26+149+49=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9531 is #E56ACE. Grayscale: #656565. Windows color (decimal): -15035087 or 3249434. OLE color: 3249434.

HSL color Cylindrical-coordinate representation of color #1A9531: hue angle of 131.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9531 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB2614949-
CMYK0.8300.670.42
HSL131.22º70.29%34.31%-
HSV(B)131.22º82.55%58.43%-
XYZ11.7321.946.52-
YUV100.8298.7574.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 149 (58.59% from 255) = 66.52%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=11.61%
G=66.52%
B=21.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26149490.8300.670.42131.2270.2934.31
Hex1A9531530432A834622
Octal322256112301035220310642
Binary1101010010101110001101001101000011101010100000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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