Shades of Forest Green #2D9A01
Tints of Forest Green #2D9A01
RGB
CMYK
RGB Variations
Color information
#2D9A01 (or 0x2D9A01) is known color: Forest Green. HEX triplet: 2D, 9A and 01. RGB value is (45,154,1). Sum of RGB (Red+Green+Blue) = 45+154+1=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 154 (60.55% from 255 or 77% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 154 - color contains mainly: green. Hex color #2D9A01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9A01 is #D265FE. Grayscale: #686868. Windows color (decimal): -13788671 or 105005. OLE color: 105005.
HSL color Cylindrical-coordinate representation of color #2D9A01: hue angle of 102.75º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D9A01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 154 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.40 |
| HSL | 102.75º | 0.99% | 0.3% | - |
| HSV(B) | 102.75º | 0.99% | 0.6% | - |
| XYZ | 12.64 | 23.67 | 3.93 | - |
| YUV | 103.97 | 69.89 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 154 | 1 | 0.71 | 0 | 0.99 | 0.40 | 102.75 | 0.99 | 0.3 |
| Hex | 2D | 9A | 1 | 47 | 0 | 63 | 28 | 67 | 63 | 1E |
| Octal | 55 | 232 | 1 | 107 | 0 | 143 | 50 | 147 | 143 | 36 |
| Binary | 101101 | 10011010 | 1 | 1000111 | 0 | 1100011 | 101000 | 1100111 | 1100011 | 11110 |
Color Harmonies of #2D9A01
Complementary color
Monochromatic Colors of #2D9A01
Black with #2D9A01
Text Example
Text Example
White with #2D9A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9A01; }
p { color: rgb(45,154,1); }
H1.HeaderClassName
{
color: #2D9A01;
}
.AnyTagClassName
{
color: #2D9A01;
}
</style>
background-color css
<style>
a { background-color: #2D9A01; }
a { background-color: rgb(45,154,1); }
div.DivClassName
{
background-color: #2D9A01;
}
.BgClassName
{
background-color: #2D9A01;
}
</style>
border-color css
<style>
span { border-color: #2D9A01; }
span { border-color: rgb(45,154,1); }
td.TdClassName
{
border-color: #2D9A01;
}
.TagClassName
{
border-color: #2D9A01;
}
</style>