Shades of Forest Green #2B8723
Tints of Forest Green #2B8723
RGB
CMYK
RGB Variations
Color information
#2B8723 (or 0x2B8723) is known color: Forest Green. HEX triplet: 2B, 87 and 23. RGB value is (43,135,35). Sum of RGB (Red+Green+Blue) = 43+135+35=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8723 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8723 is #D478DC. Grayscale: #606060. Windows color (decimal): -13924573 or 2328363. OLE color: 2328363.
HSL color Cylindrical-coordinate representation of color #2B8723: hue angle of 115.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B8723 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 35 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.47 |
| HSL | 115.2º | 0.59% | 0.33% | - |
| HSV(B) | 115.2º | 0.74% | 0.53% | - |
| XYZ | 9.96 | 17.96 | 4.53 | - |
| YUV | 96.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 35 | 0.68 | 0 | 0.74 | 0.47 | 115.2 | 0.59 | 0.33 |
| Hex | 2B | 87 | 23 | 44 | 0 | 4A | 2F | 73 | 3B | 21 |
| Octal | 53 | 207 | 43 | 104 | 0 | 112 | 57 | 163 | 73 | 41 |
| Binary | 101011 | 10000111 | 100011 | 1000100 | 0 | 1001010 | 101111 | 1110011 | 111011 | 100001 |
Color Harmonies of #2B8723
Complementary color
Monochromatic Colors of #2B8723
Black with #2B8723
Text Example
Text Example
White with #2B8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8723; }
p { color: rgb(43,135,35); }
H1.HeaderClassName
{
color: #2B8723;
}
.AnyTagClassName
{
color: #2B8723;
}
</style>
background-color css
<style>
a { background-color: #2B8723; }
a { background-color: rgb(43,135,35); }
div.DivClassName
{
background-color: #2B8723;
}
.BgClassName
{
background-color: #2B8723;
}
</style>
border-color css
<style>
span { border-color: #2B8723; }
span { border-color: rgb(43,135,35); }
td.TdClassName
{
border-color: #2B8723;
}
.TagClassName
{
border-color: #2B8723;
}
</style>