Shades of Forest Green #2A8F38
Tints of Forest Green #2A8F38
RGB
CMYK
RGB Variations
Color information
#2A8F38 (or 0x2A8F38) is known color: Forest Green. HEX triplet: 2A, 8F and 38. RGB value is (42,143,56). Sum of RGB (Red+Green+Blue) = 42+143+56=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8F38 is #D570C7. Grayscale: #676767. Windows color (decimal): -13988040 or 3706666. OLE color: 3706666.
HSL color Cylindrical-coordinate representation of color #2A8F38: hue angle of 128.32º 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 #2A8F38 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 56 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.44 |
| HSL | 128.32º | 0.55% | 0.36% | - |
| HSV(B) | 128.32º | 0.71% | 0.56% | - |
| XYZ | 11.49 | 20.42 | 7.08 | - |
| YUV | 102.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 56 | 0.71 | 0 | 0.61 | 0.44 | 128.32 | 0.55 | 0.36 |
| Hex | 2A | 8F | 38 | 47 | 0 | 3D | 2C | 80 | 37 | 24 |
| Octal | 52 | 217 | 70 | 107 | 0 | 75 | 54 | 200 | 67 | 44 |
| Binary | 101010 | 10001111 | 111000 | 1000111 | 0 | 111101 | 101100 | 10000000 | 110111 | 100100 |
Color Harmonies of #2A8F38
Complementary color
Monochromatic Colors of #2A8F38
Black with #2A8F38
Text Example
Text Example
White with #2A8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F38; }
p { color: rgb(42,143,56); }
H1.HeaderClassName
{
color: #2A8F38;
}
.AnyTagClassName
{
color: #2A8F38;
}
</style>
background-color css
<style>
a { background-color: #2A8F38; }
a { background-color: rgb(42,143,56); }
div.DivClassName
{
background-color: #2A8F38;
}
.BgClassName
{
background-color: #2A8F38;
}
</style>
border-color css
<style>
span { border-color: #2A8F38; }
span { border-color: rgb(42,143,56); }
td.TdClassName
{
border-color: #2A8F38;
}
.TagClassName
{
border-color: #2A8F38;
}
</style>