Shades of Forest Green #2A9501
Tints of Forest Green #2A9501
RGB
CMYK
RGB Variations
Color information
#2A9501 (or 0x2A9501) is known color: Forest Green. HEX triplet: 2A, 95 and 01. RGB value is (42,149,1). Sum of RGB (Red+Green+Blue) = 42+149+1=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9501 is #D56AFE. Grayscale: #646464. Windows color (decimal): -13986559 or 103722. OLE color: 103722.
HSL color Cylindrical-coordinate representation of color #2A9501: hue angle of 103.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A9501 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.42 |
| HSL | 103.38º | 0.99% | 0.29% | - |
| HSV(B) | 103.38º | 0.99% | 0.58% | - |
| XYZ | 11.71 | 21.99 | 3.66 | - |
| YUV | 100.14 | 72.05 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 1 | 0.72 | 0 | 0.99 | 0.42 | 103.38 | 0.99 | 0.29 |
| Hex | 2A | 95 | 1 | 48 | 0 | 63 | 2A | 67 | 63 | 1D |
| Octal | 52 | 225 | 1 | 110 | 0 | 143 | 52 | 147 | 143 | 35 |
| Binary | 101010 | 10010101 | 1 | 1001000 | 0 | 1100011 | 101010 | 1100111 | 1100011 | 11101 |
Color Harmonies of #2A9501
Complementary color
Monochromatic Colors of #2A9501
Black with #2A9501
Text Example
Text Example
White with #2A9501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9501; }
p { color: rgb(42,149,1); }
H1.HeaderClassName
{
color: #2A9501;
}
.AnyTagClassName
{
color: #2A9501;
}
</style>
background-color css
<style>
a { background-color: #2A9501; }
a { background-color: rgb(42,149,1); }
div.DivClassName
{
background-color: #2A9501;
}
.BgClassName
{
background-color: #2A9501;
}
</style>
border-color css
<style>
span { border-color: #2A9501; }
span { border-color: rgb(42,149,1); }
td.TdClassName
{
border-color: #2A9501;
}
.TagClassName
{
border-color: #2A9501;
}
</style>