Shades of Forest Green #2A8C15
Tints of Forest Green #2A8C15
RGB
CMYK
RGB Variations
Color information
#2A8C15 (or 0x2A8C15) is known color: Forest Green. HEX triplet: 2A, 8C and 15. RGB value is (42,140,21). Sum of RGB (Red+Green+Blue) = 42+140+21=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8C15 is #D573EA. Grayscale: #616161. Windows color (decimal): -13988843 or 1412138. OLE color: 1412138.
HSL color Cylindrical-coordinate representation of color #2A8C15: hue angle of 109.41º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A8C15 is Cyan = 0.7, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
RGB | 42 | 140 | 21 | - |
CMYK | 0.7 | 0 | 0.85 | 0.45 |
HSL | 109.41º | 0.74% | 0.32% | - |
HSV(B) | 109.41º | 0.85% | 0.55% | - |
XYZ | 10.47 | 19.3 | 3.88 | - |
YUV | 97.13 | 85.03 | 88.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 140 | 21 | 0.7 | 0 | 0.85 | 0.45 | 109.41 | 0.74 | 0.32 |
Hex | 2A | 8C | 15 | 46 | 0 | 55 | 2D | 6D | 4A | 20 |
Octal | 52 | 214 | 25 | 106 | 0 | 125 | 55 | 155 | 112 | 40 |
Binary | 101010 | 10001100 | 10101 | 1000110 | 0 | 1010101 | 101101 | 1101101 | 1001010 | 100000 |
Color Harmonies of #2A8C15
Complementary color
Monochromatic Colors of #2A8C15
Black with #2A8C15
Text Example
Text Example
White with #2A8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8C15; }
p { color: rgb(42,140,21); }
H1.HeaderClassName
{
color: #2A8C15;
}
.AnyTagClassName
{
color: #2A8C15;
}
</style>
background-color css
<style>
a { background-color: #2A8C15; }
a { background-color: rgb(42,140,21); }
div.DivClassName
{
background-color: #2A8C15;
}
.BgClassName
{
background-color: #2A8C15;
}
</style>
border-color css
<style>
span { border-color: #2A8C15; }
span { border-color: rgb(42,140,21); }
td.TdClassName
{
border-color: #2A8C15;
}
.TagClassName
{
border-color: #2A8C15;
}
</style>