Shades of Forest Green #0A992F
Tints of Forest Green #0A992F
RGB
CMYK
RGB Variations
Color information
#0A992F (or 0x0A992F) is known color: Forest Green. HEX triplet: 0A, 99 and 2F. RGB value is (10,153,47). Sum of RGB (Red+Green+Blue) = 10+153+47=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #0A992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A992F is #F566D0. Grayscale: #626262. Windows color (decimal): -16082641 or 3119370. OLE color: 3119370.
HSL color Cylindrical-coordinate representation of color #0A992F: hue angle of 135.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A992F is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 47 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.4 |
| HSL | 135.52º | 0.88% | 0.32% | - |
| HSV(B) | 135.52º | 0.93% | 0.6% | - |
| XYZ | 12.03 | 23.05 | 6.5 | - |
| YUV | 98.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 47 | 0.93 | 0 | 0.69 | 0.4 | 135.52 | 0.88 | 0.32 |
| Hex | A | 99 | 2F | 5D | 0 | 45 | 28 | 88 | 58 | 20 |
| Octal | 12 | 231 | 57 | 135 | 0 | 105 | 50 | 210 | 130 | 40 |
| Binary | 1010 | 10011001 | 101111 | 1011101 | 0 | 1000101 | 101000 | 10001000 | 1011000 | 100000 |
Color Harmonies of #0A992F
Complementary color
Monochromatic Colors of #0A992F
Black with #0A992F
Text Example
Text Example
White with #0A992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A992F; }
p { color: rgb(10,153,47); }
H1.HeaderClassName
{
color: #0A992F;
}
.AnyTagClassName
{
color: #0A992F;
}
</style>
background-color css
<style>
a { background-color: #0A992F; }
a { background-color: rgb(10,153,47); }
div.DivClassName
{
background-color: #0A992F;
}
.BgClassName
{
background-color: #0A992F;
}
</style>
border-color css
<style>
span { border-color: #0A992F; }
span { border-color: rgb(10,153,47); }
td.TdClassName
{
border-color: #0A992F;
}
.TagClassName
{
border-color: #0A992F;
}
</style>