Shades of Forest Green #2D9F01
Tints of Forest Green #2D9F01
RGB
CMYK
RGB Variations
Color information
#2D9F01 (or 0x2D9F01) is known color: Forest Green. HEX triplet: 2D, 9F and 01. RGB value is (45,159,1). Sum of RGB (Red+Green+Blue) = 45+159+1=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 159 (62.5% from 255 or 77.56% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9F01 is #D260FE. Grayscale: #6B6B6B. Windows color (decimal): -13787391 or 106285. OLE color: 106285.
HSL color Cylindrical-coordinate representation of color #2D9F01: hue angle of 103.29º 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 #2D9F01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.38 |
| HSL | 103.29º | 0.99% | 0.31% | - |
| HSV(B) | 103.29º | 0.99% | 0.62% | - |
| XYZ | 13.49 | 25.36 | 4.21 | - |
| YUV | 106.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 1 | 0.72 | 0 | 0.99 | 0.38 | 103.29 | 0.99 | 0.31 |
| Hex | 2D | 9F | 1 | 48 | 0 | 63 | 26 | 67 | 63 | 1F |
| Octal | 55 | 237 | 1 | 110 | 0 | 143 | 46 | 147 | 143 | 37 |
| Binary | 101101 | 10011111 | 1 | 1001000 | 0 | 1100011 | 100110 | 1100111 | 1100011 | 11111 |
Color Harmonies of #2D9F01
Complementary color
Monochromatic Colors of #2D9F01
Black with #2D9F01
Text Example
Text Example
White with #2D9F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F01; }
p { color: rgb(45,159,1); }
H1.HeaderClassName
{
color: #2D9F01;
}
.AnyTagClassName
{
color: #2D9F01;
}
</style>
background-color css
<style>
a { background-color: #2D9F01; }
a { background-color: rgb(45,159,1); }
div.DivClassName
{
background-color: #2D9F01;
}
.BgClassName
{
background-color: #2D9F01;
}
</style>
border-color css
<style>
span { border-color: #2D9F01; }
span { border-color: rgb(45,159,1); }
td.TdClassName
{
border-color: #2D9F01;
}
.TagClassName
{
border-color: #2D9F01;
}
</style>