Shades of Forest Green #0A942A
Tints of Forest Green #0A942A
RGB
CMYK
RGB Variations
Color information
#0A942A (or 0x0A942A) is known color: Forest Green. HEX triplet: 0A, 94 and 2A. RGB value is (10,148,42). Sum of RGB (Red+Green+Blue) = 10+148+42=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #0A942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A942A is #F56BD5. Grayscale: #5E5E5E. Windows color (decimal): -16083926 or 2790410. OLE color: 2790410.
HSL color Cylindrical-coordinate representation of color #0A942A: hue angle of 133.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A942A is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 148 | 42 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.42 |
| HSL | 133.91º | 0.87% | 0.31% | - |
| HSV(B) | 133.91º | 0.93% | 0.58% | - |
| XYZ | 11.13 | 21.41 | 5.74 | - |
| YUV | 94.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 148 | 42 | 0.93 | 0 | 0.72 | 0.42 | 133.91 | 0.87 | 0.31 |
| Hex | A | 94 | 2A | 5D | 0 | 48 | 2A | 86 | 57 | 1F |
| Octal | 12 | 224 | 52 | 135 | 0 | 110 | 52 | 206 | 127 | 37 |
| Binary | 1010 | 10010100 | 101010 | 1011101 | 0 | 1001000 | 101010 | 10000110 | 1010111 | 11111 |
Color Harmonies of #0A942A
Complementary color
Monochromatic Colors of #0A942A
Black with #0A942A
Text Example
Text Example
White with #0A942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A942A; }
p { color: rgb(10,148,42); }
H1.HeaderClassName
{
color: #0A942A;
}
.AnyTagClassName
{
color: #0A942A;
}
</style>
background-color css
<style>
a { background-color: #0A942A; }
a { background-color: rgb(10,148,42); }
div.DivClassName
{
background-color: #0A942A;
}
.BgClassName
{
background-color: #0A942A;
}
</style>
border-color css
<style>
span { border-color: #0A942A; }
span { border-color: rgb(10,148,42); }
td.TdClassName
{
border-color: #0A942A;
}
.TagClassName
{
border-color: #0A942A;
}
</style>