Shades of Forest Green #0A882F
Tints of Forest Green #0A882F
RGB
CMYK
RGB Variations
Color information
#0A882F (or 0x0A882F) is known color: Forest Green. HEX triplet: 0A, 88 and 2F. RGB value is (10,136,47). Sum of RGB (Red+Green+Blue) = 10+136+47=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #0A882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A882F is #F577D0. Grayscale: #585858. Windows color (decimal): -16086993 or 3115018. OLE color: 3115018.
HSL color Cylindrical-coordinate representation of color #0A882F: hue angle of 137.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A882F is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 47 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.47 |
| HSL | 137.62º | 0.86% | 0.29% | - |
| HSV(B) | 137.62º | 0.93% | 0.53% | - |
| XYZ | 9.44 | 17.88 | 5.64 | - |
| YUV | 88.18 | 104.76 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 47 | 0.93 | 0 | 0.65 | 0.47 | 137.62 | 0.86 | 0.29 |
| Hex | A | 88 | 2F | 5D | 0 | 41 | 2F | 8A | 56 | 1D |
| Octal | 12 | 210 | 57 | 135 | 0 | 101 | 57 | 212 | 126 | 35 |
| Binary | 1010 | 10001000 | 101111 | 1011101 | 0 | 1000001 | 101111 | 10001010 | 1010110 | 11101 |
Color Harmonies of #0A882F
Complementary color
Monochromatic Colors of #0A882F
Black with #0A882F
Text Example
Text Example
White with #0A882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A882F; }
p { color: rgb(10,136,47); }
H1.HeaderClassName
{
color: #0A882F;
}
.AnyTagClassName
{
color: #0A882F;
}
</style>
background-color css
<style>
a { background-color: #0A882F; }
a { background-color: rgb(10,136,47); }
div.DivClassName
{
background-color: #0A882F;
}
.BgClassName
{
background-color: #0A882F;
}
</style>
border-color css
<style>
span { border-color: #0A882F; }
span { border-color: rgb(10,136,47); }
td.TdClassName
{
border-color: #0A882F;
}
.TagClassName
{
border-color: #0A882F;
}
</style>