Shades of Forest Green #2A9C01
Tints of Forest Green #2A9C01
RGB
CMYK
RGB Variations
Color information
#2A9C01 (or 0x2A9C01) is known color: Forest Green. HEX triplet: 2A, 9C and 01. RGB value is (42,156,1). Sum of RGB (Red+Green+Blue) = 42+156+1=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 156 (61.33% from 255 or 78.39% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9C01 is #D563FE. Grayscale: #686868. Windows color (decimal): -13984767 or 105514. OLE color: 105514.
HSL color Cylindrical-coordinate representation of color #2A9C01: hue angle of 104.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A9C01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 156 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.39 |
| HSL | 104.13º | 0.99% | 0.31% | - |
| HSV(B) | 104.13º | 0.99% | 0.61% | - |
| XYZ | 12.85 | 24.27 | 4.04 | - |
| YUV | 104.24 | 69.73 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 1 | 0.73 | 0 | 0.99 | 0.39 | 104.13 | 0.99 | 0.31 |
| Hex | 2A | 9C | 1 | 49 | 0 | 63 | 27 | 68 | 63 | 1F |
| Octal | 52 | 234 | 1 | 111 | 0 | 143 | 47 | 150 | 143 | 37 |
| Binary | 101010 | 10011100 | 1 | 1001001 | 0 | 1100011 | 100111 | 1101000 | 1100011 | 11111 |
Color Harmonies of #2A9C01
Complementary color
Monochromatic Colors of #2A9C01
Black with #2A9C01
Text Example
Text Example
White with #2A9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9C01; }
p { color: rgb(42,156,1); }
H1.HeaderClassName
{
color: #2A9C01;
}
.AnyTagClassName
{
color: #2A9C01;
}
</style>
background-color css
<style>
a { background-color: #2A9C01; }
a { background-color: rgb(42,156,1); }
div.DivClassName
{
background-color: #2A9C01;
}
.BgClassName
{
background-color: #2A9C01;
}
</style>
border-color css
<style>
span { border-color: #2A9C01; }
span { border-color: rgb(42,156,1); }
td.TdClassName
{
border-color: #2A9C01;
}
.TagClassName
{
border-color: #2A9C01;
}
</style>