Shades of Forest Green #2A9502
Tints of Forest Green #2A9502
RGB
CMYK
RGB Variations
Color information
#2A9502 (or 0x2A9502) is known color: Forest Green. HEX triplet: 2A, 95 and 02. RGB value is (42,149,2). Sum of RGB (Red+Green+Blue) = 42+149+2=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9502 is #D56AFD. Grayscale: #646464. Windows color (decimal): -13986558 or 169258. OLE color: 169258.
HSL color Cylindrical-coordinate representation of color #2A9502: hue angle of 103.67º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A9502 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.42 |
| HSL | 103.67º | 0.97% | 0.3% | - |
| HSV(B) | 103.67º | 0.99% | 0.58% | - |
| XYZ | 11.71 | 21.99 | 3.68 | - |
| YUV | 100.25 | 72.55 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 2 | 0.72 | 0 | 0.99 | 0.42 | 103.67 | 0.97 | 0.3 |
| Hex | 2A | 95 | 2 | 48 | 0 | 63 | 2A | 68 | 61 | 1E |
| Octal | 52 | 225 | 2 | 110 | 0 | 143 | 52 | 150 | 141 | 36 |
| Binary | 101010 | 10010101 | 10 | 1001000 | 0 | 1100011 | 101010 | 1101000 | 1100001 | 11110 |
Color Harmonies of #2A9502
Complementary color
Monochromatic Colors of #2A9502
Black with #2A9502
Text Example
Text Example
White with #2A9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9502; }
p { color: rgb(42,149,2); }
H1.HeaderClassName
{
color: #2A9502;
}
.AnyTagClassName
{
color: #2A9502;
}
</style>
background-color css
<style>
a { background-color: #2A9502; }
a { background-color: rgb(42,149,2); }
div.DivClassName
{
background-color: #2A9502;
}
.BgClassName
{
background-color: #2A9502;
}
</style>
border-color css
<style>
span { border-color: #2A9502; }
span { border-color: rgb(42,149,2); }
td.TdClassName
{
border-color: #2A9502;
}
.TagClassName
{
border-color: #2A9502;
}
</style>