Shades of Forest Green #2D9402
Tints of Forest Green #2D9402
RGB
CMYK
RGB Variations
Color information
#2D9402 (or 0x2D9402) is known color: Forest Green. HEX triplet: 2D, 94 and 02. RGB value is (45,148,2). Sum of RGB (Red+Green+Blue) = 45+148+2=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9402 is #D26BFD. Grayscale: #656565. Windows color (decimal): -13790206 or 169005. OLE color: 169005.
HSL color Cylindrical-coordinate representation of color #2D9402: hue angle of 102.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D9402 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.42 |
| HSL | 102.33º | 0.97% | 0.29% | - |
| HSV(B) | 102.33º | 0.99% | 0.58% | - |
| XYZ | 11.68 | 21.74 | 3.64 | - |
| YUV | 100.56 | 72.38 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 2 | 0.70 | 0 | 0.99 | 0.42 | 102.33 | 0.97 | 0.29 |
| Hex | 2D | 94 | 2 | 46 | 0 | 63 | 2A | 66 | 61 | 1D |
| Octal | 55 | 224 | 2 | 106 | 0 | 143 | 52 | 146 | 141 | 35 |
| Binary | 101101 | 10010100 | 10 | 1000110 | 0 | 1100011 | 101010 | 1100110 | 1100001 | 11101 |
Color Harmonies of #2D9402
Complementary color
Monochromatic Colors of #2D9402
Black with #2D9402
Text Example
Text Example
White with #2D9402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9402; }
p { color: rgb(45,148,2); }
H1.HeaderClassName
{
color: #2D9402;
}
.AnyTagClassName
{
color: #2D9402;
}
</style>
background-color css
<style>
a { background-color: #2D9402; }
a { background-color: rgb(45,148,2); }
div.DivClassName
{
background-color: #2D9402;
}
.BgClassName
{
background-color: #2D9402;
}
</style>
border-color css
<style>
span { border-color: #2D9402; }
span { border-color: rgb(45,148,2); }
td.TdClassName
{
border-color: #2D9402;
}
.TagClassName
{
border-color: #2D9402;
}
</style>