Shades of Forest Green #2D9202
Tints of Forest Green #2D9202
RGB
CMYK
RGB Variations
Color information
#2D9202 (or 0x2D9202) is known color: Forest Green. HEX triplet: 2D, 92 and 02. RGB value is (45,146,2). Sum of RGB (Red+Green+Blue) = 45+146+2=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9202 is #D26DFD. Grayscale: #636363. Windows color (decimal): -13790718 or 168493. OLE color: 168493.
HSL color Cylindrical-coordinate representation of color #2D9202: hue angle of 102.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D9202 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.43 |
| HSL | 102.08º | 0.97% | 0.29% | - |
| HSV(B) | 102.08º | 0.99% | 0.57% | - |
| XYZ | 11.37 | 21.12 | 3.53 | - |
| YUV | 99.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 2 | 0.69 | 0 | 0.99 | 0.43 | 102.08 | 0.97 | 0.29 |
| Hex | 2D | 92 | 2 | 45 | 0 | 63 | 2B | 66 | 61 | 1D |
| Octal | 55 | 222 | 2 | 105 | 0 | 143 | 53 | 146 | 141 | 35 |
| Binary | 101101 | 10010010 | 10 | 1000101 | 0 | 1100011 | 101011 | 1100110 | 1100001 | 11101 |
Color Harmonies of #2D9202
Complementary color
Monochromatic Colors of #2D9202
Black with #2D9202
Text Example
Text Example
White with #2D9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9202; }
p { color: rgb(45,146,2); }
H1.HeaderClassName
{
color: #2D9202;
}
.AnyTagClassName
{
color: #2D9202;
}
</style>
background-color css
<style>
a { background-color: #2D9202; }
a { background-color: rgb(45,146,2); }
div.DivClassName
{
background-color: #2D9202;
}
.BgClassName
{
background-color: #2D9202;
}
</style>
border-color css
<style>
span { border-color: #2D9202; }
span { border-color: rgb(45,146,2); }
td.TdClassName
{
border-color: #2D9202;
}
.TagClassName
{
border-color: #2D9202;
}
</style>