Shades of Forest Green #2B9C3C
Tints of Forest Green #2B9C3C
RGB
CMYK
RGB Variations
Color information
#2B9C3C (or 0x2B9C3C) is known color: Forest Green. HEX triplet: 2B, 9C and 3C. RGB value is (43,156,60). Sum of RGB (Red+Green+Blue) = 43+156+60=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C3C is #D463C3. Grayscale: #6F6F6F. Windows color (decimal): -13919172 or 3972139. OLE color: 3972139.
HSL color Cylindrical-coordinate representation of color #2B9C3C: hue angle of 129.03º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C3C is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 60 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.39 |
| HSL | 129.03º | 0.57% | 0.39% | - |
| HSV(B) | 129.03º | 0.72% | 0.61% | - |
| XYZ | 13.7 | 24.62 | 8.3 | - |
| YUV | 111.27 | 99.06 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 60 | 0.72 | 0 | 0.62 | 0.39 | 129.03 | 0.57 | 0.39 |
| Hex | 2B | 9C | 3C | 48 | 0 | 3E | 27 | 81 | 39 | 27 |
| Octal | 53 | 234 | 74 | 110 | 0 | 76 | 47 | 201 | 71 | 47 |
| Binary | 101011 | 10011100 | 111100 | 1001000 | 0 | 111110 | 100111 | 10000001 | 111001 | 100111 |
Color Harmonies of #2B9C3C
Complementary color
Monochromatic Colors of #2B9C3C
Black with #2B9C3C
Text Example
Text Example
White with #2B9C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C3C; }
p { color: rgb(43,156,60); }
H1.HeaderClassName
{
color: #2B9C3C;
}
.AnyTagClassName
{
color: #2B9C3C;
}
</style>
background-color css
<style>
a { background-color: #2B9C3C; }
a { background-color: rgb(43,156,60); }
div.DivClassName
{
background-color: #2B9C3C;
}
.BgClassName
{
background-color: #2B9C3C;
}
</style>
border-color css
<style>
span { border-color: #2B9C3C; }
span { border-color: rgb(43,156,60); }
td.TdClassName
{
border-color: #2B9C3C;
}
.TagClassName
{
border-color: #2B9C3C;
}
</style>