Shades of Forest Green #2D933C
Tints of Forest Green #2D933C
RGB
CMYK
RGB Variations
Color information
#2D933C (or 0x2D933C) is known color: Forest Green. HEX triplet: 2D, 93 and 3C. RGB value is (45,147,60). Sum of RGB (Red+Green+Blue) = 45+147+60=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #2D933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D933C is #D26CC3. Grayscale: #6A6A6A. Windows color (decimal): -13790404 or 3969837. OLE color: 3969837.
HSL color Cylindrical-coordinate representation of color #2D933C: hue angle of 128.82º 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 #2D933C is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 60 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.42 |
| HSL | 128.82º | 0.53% | 0.38% | - |
| HSV(B) | 128.82º | 0.69% | 0.58% | - |
| XYZ | 12.33 | 21.75 | 7.82 | - |
| YUV | 106.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 60 | 0.69 | 0 | 0.59 | 0.42 | 128.82 | 0.53 | 0.38 |
| Hex | 2D | 93 | 3C | 45 | 0 | 3B | 2A | 81 | 35 | 26 |
| Octal | 55 | 223 | 74 | 105 | 0 | 73 | 52 | 201 | 65 | 46 |
| Binary | 101101 | 10010011 | 111100 | 1000101 | 0 | 111011 | 101010 | 10000001 | 110101 | 100110 |
Color Harmonies of #2D933C
Complementary color
Monochromatic Colors of #2D933C
Black with #2D933C
Text Example
Text Example
White with #2D933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D933C; }
p { color: rgb(45,147,60); }
H1.HeaderClassName
{
color: #2D933C;
}
.AnyTagClassName
{
color: #2D933C;
}
</style>
background-color css
<style>
a { background-color: #2D933C; }
a { background-color: rgb(45,147,60); }
div.DivClassName
{
background-color: #2D933C;
}
.BgClassName
{
background-color: #2D933C;
}
</style>
border-color css
<style>
span { border-color: #2D933C; }
span { border-color: rgb(45,147,60); }
td.TdClassName
{
border-color: #2D933C;
}
.TagClassName
{
border-color: #2D933C;
}
</style>