Shades of Forest Green #2A8723
Tints of Forest Green #2A8723
RGB
CMYK
RGB Variations
Color information
#2A8723 (or 0x2A8723) is known color: Forest Green. HEX triplet: 2A, 87 and 23. RGB value is (42,135,35). Sum of RGB (Red+Green+Blue) = 42+135+35=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8723 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8723 is #D578DC. Grayscale: #606060. Windows color (decimal): -13990109 or 2328362. OLE color: 2328362.
HSL color Cylindrical-coordinate representation of color #2A8723: hue angle of 115.8º 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 #2A8723 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 35 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.47 |
| HSL | 115.8º | 0.59% | 0.33% | - |
| HSV(B) | 115.8º | 0.74% | 0.53% | - |
| XYZ | 9.92 | 17.94 | 4.53 | - |
| YUV | 95.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 35 | 0.69 | 0 | 0.74 | 0.47 | 115.8 | 0.59 | 0.33 |
| Hex | 2A | 87 | 23 | 45 | 0 | 4A | 2F | 74 | 3B | 21 |
| Octal | 52 | 207 | 43 | 105 | 0 | 112 | 57 | 164 | 73 | 41 |
| Binary | 101010 | 10000111 | 100011 | 1000101 | 0 | 1001010 | 101111 | 1110100 | 111011 | 100001 |
Color Harmonies of #2A8723
Complementary color
Monochromatic Colors of #2A8723
Black with #2A8723
Text Example
Text Example
White with #2A8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8723; }
p { color: rgb(42,135,35); }
H1.HeaderClassName
{
color: #2A8723;
}
.AnyTagClassName
{
color: #2A8723;
}
</style>
background-color css
<style>
a { background-color: #2A8723; }
a { background-color: rgb(42,135,35); }
div.DivClassName
{
background-color: #2A8723;
}
.BgClassName
{
background-color: #2A8723;
}
</style>
border-color css
<style>
span { border-color: #2A8723; }
span { border-color: rgb(42,135,35); }
td.TdClassName
{
border-color: #2A8723;
}
.TagClassName
{
border-color: #2A8723;
}
</style>