Shades of Forest Green #2B852B
Tints of Forest Green #2B852B
RGB
CMYK
RGB Variations
Color information
#2B852B (or 0x2B852B) is known color: Forest Green. HEX triplet: 2B, 85 and 2B. RGB value is (43,133,43). Sum of RGB (Red+Green+Blue) = 43+133+43=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #2B852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B852B is #D47AD4. Grayscale: #606060. Windows color (decimal): -13925077 or 2852139. OLE color: 2852139.
HSL color Cylindrical-coordinate representation of color #2B852B: hue angle of 120º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B852B is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 43 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.48 |
| HSL | 120º | 0.51% | 0.35% | - |
| HSV(B) | 120º | 0.68% | 0.52% | - |
| XYZ | 9.82 | 17.46 | 5.14 | - |
| YUV | 95.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 43 | 0.68 | 0 | 0.68 | 0.48 | 120 | 0.51 | 0.35 |
| Hex | 2B | 85 | 2B | 44 | 0 | 44 | 30 | 78 | 33 | 23 |
| Octal | 53 | 205 | 53 | 104 | 0 | 104 | 60 | 170 | 63 | 43 |
| Binary | 101011 | 10000101 | 101011 | 1000100 | 0 | 1000100 | 110000 | 1111000 | 110011 | 100011 |
Color Harmonies of #2B852B
Complementary color
Monochromatic Colors of #2B852B
Black with #2B852B
Text Example
Text Example
White with #2B852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B852B; }
p { color: rgb(43,133,43); }
H1.HeaderClassName
{
color: #2B852B;
}
.AnyTagClassName
{
color: #2B852B;
}
</style>
background-color css
<style>
a { background-color: #2B852B; }
a { background-color: rgb(43,133,43); }
div.DivClassName
{
background-color: #2B852B;
}
.BgClassName
{
background-color: #2B852B;
}
</style>
border-color css
<style>
span { border-color: #2B852B; }
span { border-color: rgb(43,133,43); }
td.TdClassName
{
border-color: #2B852B;
}
.TagClassName
{
border-color: #2B852B;
}
</style>