Shades of Forest Green #1A9532
Tints of Forest Green #1A9532
RGB
CMYK
RGB Variations
Color information
#1A9532 (or 0x1A9532) is known color: Forest Green. HEX triplet: 1A, 95 and 32. RGB value is (26,149,50). Sum of RGB (Red+Green+Blue) = 26+149+50=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9532 is #E56ACD. Grayscale: #656565. Windows color (decimal): -15035086 or 3314970. OLE color: 3314970.
HSL color Cylindrical-coordinate representation of color #1A9532: hue angle of 131.71º 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 #1A9532 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 149 | 50 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.42 |
| HSL | 131.71º | 0.7% | 0.34% | - |
| HSV(B) | 131.71º | 0.83% | 0.58% | - |
| XYZ | 11.75 | 21.94 | 6.63 | - |
| YUV | 100.94 | 99.25 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 149 | 50 | 0.83 | 0 | 0.66 | 0.42 | 131.71 | 0.7 | 0.34 |
| Hex | 1A | 95 | 32 | 53 | 0 | 42 | 2A | 84 | 46 | 22 |
| Octal | 32 | 225 | 62 | 123 | 0 | 102 | 52 | 204 | 106 | 42 |
| Binary | 11010 | 10010101 | 110010 | 1010011 | 0 | 1000010 | 101010 | 10000100 | 1000110 | 100010 |
Color Harmonies of #1A9532
Complementary color
Monochromatic Colors of #1A9532
Black with #1A9532
Text Example
Text Example
White with #1A9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9532; }
p { color: rgb(26,149,50); }
H1.HeaderClassName
{
color: #1A9532;
}
.AnyTagClassName
{
color: #1A9532;
}
</style>
background-color css
<style>
a { background-color: #1A9532; }
a { background-color: rgb(26,149,50); }
div.DivClassName
{
background-color: #1A9532;
}
.BgClassName
{
background-color: #1A9532;
}
</style>
border-color css
<style>
span { border-color: #1A9532; }
span { border-color: rgb(26,149,50); }
td.TdClassName
{
border-color: #1A9532;
}
.TagClassName
{
border-color: #1A9532;
}
</style>