Shades of Forest Green #2A9C32
Tints of Forest Green #2A9C32
RGB
CMYK
RGB Variations
Color information
#2A9C32 (or 0x2A9C32) is known color: Forest Green. HEX triplet: 2A, 9C and 32. RGB value is (42,156,50). Sum of RGB (Red+Green+Blue) = 42+156+50=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C32 is #D563CD. Grayscale: #6E6E6E. Windows color (decimal): -13984718 or 3316778. OLE color: 3316778.
HSL color Cylindrical-coordinate representation of color #2A9C32: hue angle of 124.21º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C32 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 156 | 50 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.39 |
| HSL | 124.21º | 0.58% | 0.39% | - |
| HSV(B) | 124.21º | 0.73% | 0.61% | - |
| XYZ | 13.42 | 24.5 | 7.04 | - |
| YUV | 109.83 | 94.23 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 50 | 0.73 | 0 | 0.68 | 0.39 | 124.21 | 0.58 | 0.39 |
| Hex | 2A | 9C | 32 | 49 | 0 | 44 | 27 | 7C | 3A | 27 |
| Octal | 52 | 234 | 62 | 111 | 0 | 104 | 47 | 174 | 72 | 47 |
| Binary | 101010 | 10011100 | 110010 | 1001001 | 0 | 1000100 | 100111 | 1111100 | 111010 | 100111 |
Color Harmonies of #2A9C32
Complementary color
Monochromatic Colors of #2A9C32
Black with #2A9C32
Text Example
Text Example
White with #2A9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9C32; }
p { color: rgb(42,156,50); }
H1.HeaderClassName
{
color: #2A9C32;
}
.AnyTagClassName
{
color: #2A9C32;
}
</style>
background-color css
<style>
a { background-color: #2A9C32; }
a { background-color: rgb(42,156,50); }
div.DivClassName
{
background-color: #2A9C32;
}
.BgClassName
{
background-color: #2A9C32;
}
</style>
border-color css
<style>
span { border-color: #2A9C32; }
span { border-color: rgb(42,156,50); }
td.TdClassName
{
border-color: #2A9C32;
}
.TagClassName
{
border-color: #2A9C32;
}
</style>