Shades of Forest Green #2C9D34
Tints of Forest Green #2C9D34
RGB
CMYK
RGB Variations
Color information
#2C9D34 (or 0x2C9D34) is known color: Forest Green. HEX triplet: 2C, 9D and 34. RGB value is (44,157,52). Sum of RGB (Red+Green+Blue) = 44+157+52=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9D34 is #D362CB. Grayscale: #6F6F6F. Windows color (decimal): -13853388 or 3448108. OLE color: 3448108.
HSL color Cylindrical-coordinate representation of color #2C9D34: hue angle of 124.25º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D34 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 157 | 52 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.38 |
| HSL | 124.25º | 0.56% | 0.39% | - |
| HSV(B) | 124.25º | 0.72% | 0.62% | - |
| XYZ | 13.72 | 24.9 | 7.33 | - |
| YUV | 111.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 157 | 52 | 0.72 | 0 | 0.67 | 0.38 | 124.25 | 0.56 | 0.39 |
| Hex | 2C | 9D | 34 | 48 | 0 | 43 | 26 | 7C | 38 | 27 |
| Octal | 54 | 235 | 64 | 110 | 0 | 103 | 46 | 174 | 70 | 47 |
| Binary | 101100 | 10011101 | 110100 | 1001000 | 0 | 1000011 | 100110 | 1111100 | 111000 | 100111 |
Color Harmonies of #2C9D34
Complementary color
Monochromatic Colors of #2C9D34
Black with #2C9D34
Text Example
Text Example
White with #2C9D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9D34; }
p { color: rgb(44,157,52); }
H1.HeaderClassName
{
color: #2C9D34;
}
.AnyTagClassName
{
color: #2C9D34;
}
</style>
background-color css
<style>
a { background-color: #2C9D34; }
a { background-color: rgb(44,157,52); }
div.DivClassName
{
background-color: #2C9D34;
}
.BgClassName
{
background-color: #2C9D34;
}
</style>
border-color css
<style>
span { border-color: #2C9D34; }
span { border-color: rgb(44,157,52); }
td.TdClassName
{
border-color: #2C9D34;
}
.TagClassName
{
border-color: #2C9D34;
}
</style>