Shades of Forest Green #2B9E36
Tints of Forest Green #2B9E36
RGB
CMYK
RGB Variations
Color information
#2B9E36 (or 0x2B9E36) is known color: Forest Green. HEX triplet: 2B, 9E and 36. RGB value is (43,158,54). Sum of RGB (Red+Green+Blue) = 43+158+54=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9E36 is #D461C9. Grayscale: #707070. Windows color (decimal): -13918666 or 3579435. OLE color: 3579435.
HSL color Cylindrical-coordinate representation of color #2B9E36: hue angle of 125.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E36 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 54 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.38 |
| HSL | 125.74º | 0.57% | 0.39% | - |
| HSV(B) | 125.74º | 0.73% | 0.62% | - |
| XYZ | 13.89 | 25.23 | 7.63 | - |
| YUV | 111.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 54 | 0.73 | 0 | 0.66 | 0.38 | 125.74 | 0.57 | 0.39 |
| Hex | 2B | 9E | 36 | 49 | 0 | 42 | 26 | 7E | 39 | 27 |
| Octal | 53 | 236 | 66 | 111 | 0 | 102 | 46 | 176 | 71 | 47 |
| Binary | 101011 | 10011110 | 110110 | 1001001 | 0 | 1000010 | 100110 | 1111110 | 111001 | 100111 |
Color Harmonies of #2B9E36
Complementary color
Monochromatic Colors of #2B9E36
Black with #2B9E36
Text Example
Text Example
White with #2B9E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E36; }
p { color: rgb(43,158,54); }
H1.HeaderClassName
{
color: #2B9E36;
}
.AnyTagClassName
{
color: #2B9E36;
}
</style>
background-color css
<style>
a { background-color: #2B9E36; }
a { background-color: rgb(43,158,54); }
div.DivClassName
{
background-color: #2B9E36;
}
.BgClassName
{
background-color: #2B9E36;
}
</style>
border-color css
<style>
span { border-color: #2B9E36; }
span { border-color: rgb(43,158,54); }
td.TdClassName
{
border-color: #2B9E36;
}
.TagClassName
{
border-color: #2B9E36;
}
</style>