Shades of Forest Green #2D933A
Tints of Forest Green #2D933A
RGB
CMYK
RGB Variations
Color information
#2D933A (or 0x2D933A) is known color: Forest Green. HEX triplet: 2D, 93 and 3A. RGB value is (45,147,58). Sum of RGB (Red+Green+Blue) = 45+147+58=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #2D933A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D933A is #D26CC5. Grayscale: #6A6A6A. Windows color (decimal): -13790406 or 3838765. OLE color: 3838765.
HSL color Cylindrical-coordinate representation of color #2D933A: hue angle of 127.65º 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 #2D933A is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 58 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.42 |
| HSL | 127.65º | 0.53% | 0.38% | - |
| HSV(B) | 127.65º | 0.69% | 0.58% | - |
| XYZ | 12.28 | 21.73 | 7.55 | - |
| YUV | 106.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 58 | 0.69 | 0 | 0.61 | 0.42 | 127.65 | 0.53 | 0.38 |
| Hex | 2D | 93 | 3A | 45 | 0 | 3D | 2A | 80 | 35 | 26 |
| Octal | 55 | 223 | 72 | 105 | 0 | 75 | 52 | 200 | 65 | 46 |
| Binary | 101101 | 10010011 | 111010 | 1000101 | 0 | 111101 | 101010 | 10000000 | 110101 | 100110 |
Color Harmonies of #2D933A
Complementary color
Monochromatic Colors of #2D933A
Black with #2D933A
Text Example
Text Example
White with #2D933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D933A; }
p { color: rgb(45,147,58); }
H1.HeaderClassName
{
color: #2D933A;
}
.AnyTagClassName
{
color: #2D933A;
}
</style>
background-color css
<style>
a { background-color: #2D933A; }
a { background-color: rgb(45,147,58); }
div.DivClassName
{
background-color: #2D933A;
}
.BgClassName
{
background-color: #2D933A;
}
</style>
border-color css
<style>
span { border-color: #2D933A; }
span { border-color: rgb(45,147,58); }
td.TdClassName
{
border-color: #2D933A;
}
.TagClassName
{
border-color: #2D933A;
}
</style>