Shades of Forest Green #2D933B
Tints of Forest Green #2D933B
RGB
CMYK
RGB Variations
Color information
#2D933B (or 0x2D933B) is known color: Forest Green. HEX triplet: 2D, 93 and 3B. RGB value is (45,147,59). Sum of RGB (Red+Green+Blue) = 45+147+59=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #2D933B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D933B is #D26CC4. Grayscale: #6A6A6A. Windows color (decimal): -13790405 or 3904301. OLE color: 3904301.
HSL color Cylindrical-coordinate representation of color #2D933B: hue angle of 128.24º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D933B is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 59 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.42 |
| HSL | 128.24º | 0.53% | 0.38% | - |
| HSV(B) | 128.24º | 0.69% | 0.58% | - |
| XYZ | 12.31 | 21.74 | 7.69 | - |
| YUV | 106.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 59 | 0.69 | 0 | 0.60 | 0.42 | 128.24 | 0.53 | 0.38 |
| Hex | 2D | 93 | 3B | 45 | 0 | 3C | 2A | 80 | 35 | 26 |
| Octal | 55 | 223 | 73 | 105 | 0 | 74 | 52 | 200 | 65 | 46 |
| Binary | 101101 | 10010011 | 111011 | 1000101 | 0 | 111100 | 101010 | 10000000 | 110101 | 100110 |
Color Harmonies of #2D933B
Complementary color
Monochromatic Colors of #2D933B
Black with #2D933B
Text Example
Text Example
White with #2D933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D933B; }
p { color: rgb(45,147,59); }
H1.HeaderClassName
{
color: #2D933B;
}
.AnyTagClassName
{
color: #2D933B;
}
</style>
background-color css
<style>
a { background-color: #2D933B; }
a { background-color: rgb(45,147,59); }
div.DivClassName
{
background-color: #2D933B;
}
.BgClassName
{
background-color: #2D933B;
}
</style>
border-color css
<style>
span { border-color: #2D933B; }
span { border-color: rgb(45,147,59); }
td.TdClassName
{
border-color: #2D933B;
}
.TagClassName
{
border-color: #2D933B;
}
</style>