Shades of Forest Green #2A8F2D
Tints of Forest Green #2A8F2D
RGB
CMYK
RGB Variations
Color information
#2A8F2D (or 0x2A8F2D) is known color: Forest Green. HEX triplet: 2A, 8F and 2D. RGB value is (42,143,45). Sum of RGB (Red+Green+Blue) = 42+143+45=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8F2D is #D570D2. Grayscale: #656565. Windows color (decimal): -13988051 or 2985770. OLE color: 2985770.
HSL color Cylindrical-coordinate representation of color #2A8F2D: hue angle of 121.78º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F2D is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 45 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.44 |
| HSL | 121.78º | 0.55% | 0.36% | - |
| HSV(B) | 121.78º | 0.71% | 0.56% | - |
| XYZ | 11.25 | 20.33 | 5.81 | - |
| YUV | 101.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 45 | 0.71 | 0 | 0.69 | 0.44 | 121.78 | 0.55 | 0.36 |
| Hex | 2A | 8F | 2D | 47 | 0 | 45 | 2C | 7A | 37 | 24 |
| Octal | 52 | 217 | 55 | 107 | 0 | 105 | 54 | 172 | 67 | 44 |
| Binary | 101010 | 10001111 | 101101 | 1000111 | 0 | 1000101 | 101100 | 1111010 | 110111 | 100100 |
Color Harmonies of #2A8F2D
Complementary color
Monochromatic Colors of #2A8F2D
Black with #2A8F2D
Text Example
Text Example
White with #2A8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F2D; }
p { color: rgb(42,143,45); }
H1.HeaderClassName
{
color: #2A8F2D;
}
.AnyTagClassName
{
color: #2A8F2D;
}
</style>
background-color css
<style>
a { background-color: #2A8F2D; }
a { background-color: rgb(42,143,45); }
div.DivClassName
{
background-color: #2A8F2D;
}
.BgClassName
{
background-color: #2A8F2D;
}
</style>
border-color css
<style>
span { border-color: #2A8F2D; }
span { border-color: rgb(42,143,45); }
td.TdClassName
{
border-color: #2A8F2D;
}
.TagClassName
{
border-color: #2A8F2D;
}
</style>