Shades of Forest Green #2D9D01
Tints of Forest Green #2D9D01
RGB
CMYK
RGB Variations
Color information
#2D9D01 (or 0x2D9D01) is known color: Forest Green. HEX triplet: 2D, 9D and 01. RGB value is (45,157,1). Sum of RGB (Red+Green+Blue) = 45+157+1=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9D01 is #D262FE. Grayscale: #6A6A6A. Windows color (decimal): -13787903 or 105773. OLE color: 105773.
HSL color Cylindrical-coordinate representation of color #2D9D01: hue angle of 103.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D9D01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 157 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.38 |
| HSL | 103.08º | 0.99% | 0.31% | - |
| HSV(B) | 103.08º | 0.99% | 0.62% | - |
| XYZ | 13.14 | 24.67 | 4.1 | - |
| YUV | 105.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 1 | 0.71 | 0 | 0.99 | 0.38 | 103.08 | 0.99 | 0.31 |
| Hex | 2D | 9D | 1 | 47 | 0 | 63 | 26 | 67 | 63 | 1F |
| Octal | 55 | 235 | 1 | 107 | 0 | 143 | 46 | 147 | 143 | 37 |
| Binary | 101101 | 10011101 | 1 | 1000111 | 0 | 1100011 | 100110 | 1100111 | 1100011 | 11111 |
Color Harmonies of #2D9D01
Complementary color
Monochromatic Colors of #2D9D01
Black with #2D9D01
Text Example
Text Example
White with #2D9D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9D01; }
p { color: rgb(45,157,1); }
H1.HeaderClassName
{
color: #2D9D01;
}
.AnyTagClassName
{
color: #2D9D01;
}
</style>
background-color css
<style>
a { background-color: #2D9D01; }
a { background-color: rgb(45,157,1); }
div.DivClassName
{
background-color: #2D9D01;
}
.BgClassName
{
background-color: #2D9D01;
}
</style>
border-color css
<style>
span { border-color: #2D9D01; }
span { border-color: rgb(45,157,1); }
td.TdClassName
{
border-color: #2D9D01;
}
.TagClassName
{
border-color: #2D9D01;
}
</style>