Shades of Forest Green #2A8503
Tints of Forest Green #2A8503
RGB
CMYK
RGB Variations
Color information
#2A8503 (or 0x2A8503) is known color: Forest Green. HEX triplet: 2A, 85 and 03. RGB value is (42,133,3). Sum of RGB (Red+Green+Blue) = 42+133+3=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8503 is #D57AFC. Grayscale: #5B5B5B. Windows color (decimal): -13990653 or 230698. OLE color: 230698.
HSL color Cylindrical-coordinate representation of color #2A8503: hue angle of 102º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A8503 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 133 | 3 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.48 |
| HSL | 102º | 0.96% | 0.27% | - |
| HSV(B) | 102º | 0.98% | 0.52% | - |
| XYZ | 9.36 | 17.27 | 2.93 | - |
| YUV | 90.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 3 | 0.68 | 0 | 0.98 | 0.48 | 102 | 0.96 | 0.27 |
| Hex | 2A | 85 | 3 | 44 | 0 | 62 | 30 | 66 | 60 | 1B |
| Octal | 52 | 205 | 3 | 104 | 0 | 142 | 60 | 146 | 140 | 33 |
| Binary | 101010 | 10000101 | 11 | 1000100 | 0 | 1100010 | 110000 | 1100110 | 1100000 | 11011 |
Color Harmonies of #2A8503
Complementary color
Monochromatic Colors of #2A8503
Black with #2A8503
Text Example
Text Example
White with #2A8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8503; }
p { color: rgb(42,133,3); }
H1.HeaderClassName
{
color: #2A8503;
}
.AnyTagClassName
{
color: #2A8503;
}
</style>
background-color css
<style>
a { background-color: #2A8503; }
a { background-color: rgb(42,133,3); }
div.DivClassName
{
background-color: #2A8503;
}
.BgClassName
{
background-color: #2A8503;
}
</style>
border-color css
<style>
span { border-color: #2A8503; }
span { border-color: rgb(42,133,3); }
td.TdClassName
{
border-color: #2A8503;
}
.TagClassName
{
border-color: #2A8503;
}
</style>