Shades of Forest Green #2D9D03
Tints of Forest Green #2D9D03
RGB
CMYK
RGB Variations
Color information
#2D9D03 (or 0x2D9D03) is known color: Forest Green. HEX triplet: 2D, 9D and 03. RGB value is (45,157,3). Sum of RGB (Red+Green+Blue) = 45+157+3=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 157 (61.72% from 255 or 76.59% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9D03 is #D262FC. Grayscale: #6A6A6A. Windows color (decimal): -13787901 or 236845. OLE color: 236845.
HSL color Cylindrical-coordinate representation of color #2D9D03: hue angle of 103.64º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D9D03 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 157 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.38 |
| HSL | 103.64º | 0.96% | 0.31% | - |
| HSV(B) | 103.64º | 0.98% | 0.62% | - |
| XYZ | 13.16 | 24.68 | 4.16 | - |
| YUV | 105.96 | 69.89 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 3 | 0.71 | 0 | 0.98 | 0.38 | 103.64 | 0.96 | 0.31 |
| Hex | 2D | 9D | 3 | 47 | 0 | 62 | 26 | 68 | 60 | 1F |
| Octal | 55 | 235 | 3 | 107 | 0 | 142 | 46 | 150 | 140 | 37 |
| Binary | 101101 | 10011101 | 11 | 1000111 | 0 | 1100010 | 100110 | 1101000 | 1100000 | 11111 |
Color Harmonies of #2D9D03
Complementary color
Monochromatic Colors of #2D9D03
Black with #2D9D03
Text Example
Text Example
White with #2D9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9D03; }
p { color: rgb(45,157,3); }
H1.HeaderClassName
{
color: #2D9D03;
}
.AnyTagClassName
{
color: #2D9D03;
}
</style>
background-color css
<style>
a { background-color: #2D9D03; }
a { background-color: rgb(45,157,3); }
div.DivClassName
{
background-color: #2D9D03;
}
.BgClassName
{
background-color: #2D9D03;
}
</style>
border-color css
<style>
span { border-color: #2D9D03; }
span { border-color: rgb(45,157,3); }
td.TdClassName
{
border-color: #2D9D03;
}
.TagClassName
{
border-color: #2D9D03;
}
</style>