Shades of Forest Green #0A842A
Tints of Forest Green #0A842A
RGB
CMYK
RGB Variations
Color information
#0A842A (or 0x0A842A) is known color: Forest Green. HEX triplet: 0A, 84 and 2A. RGB value is (10,132,42). Sum of RGB (Red+Green+Blue) = 10+132+42=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #0A842A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A842A is #F57BD5. Grayscale: #555555. Windows color (decimal): -16088022 or 2786314. OLE color: 2786314.
HSL color Cylindrical-coordinate representation of color #0A842A: hue angle of 135.74º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A842A is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 42 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.48 |
| HSL | 135.74º | 0.86% | 0.28% | - |
| HSV(B) | 135.74º | 0.92% | 0.52% | - |
| XYZ | 8.79 | 16.73 | 4.96 | - |
| YUV | 85.26 | 103.58 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 42 | 0.92 | 0 | 0.68 | 0.48 | 135.74 | 0.86 | 0.28 |
| Hex | A | 84 | 2A | 5C | 0 | 44 | 30 | 88 | 56 | 1C |
| Octal | 12 | 204 | 52 | 134 | 0 | 104 | 60 | 210 | 126 | 34 |
| Binary | 1010 | 10000100 | 101010 | 1011100 | 0 | 1000100 | 110000 | 10001000 | 1010110 | 11100 |
Color Harmonies of #0A842A
Complementary color
Monochromatic Colors of #0A842A
Black with #0A842A
Text Example
Text Example
White with #0A842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A842A; }
p { color: rgb(10,132,42); }
H1.HeaderClassName
{
color: #0A842A;
}
.AnyTagClassName
{
color: #0A842A;
}
</style>
background-color css
<style>
a { background-color: #0A842A; }
a { background-color: rgb(10,132,42); }
div.DivClassName
{
background-color: #0A842A;
}
.BgClassName
{
background-color: #0A842A;
}
</style>
border-color css
<style>
span { border-color: #0A842A; }
span { border-color: rgb(10,132,42); }
td.TdClassName
{
border-color: #0A842A;
}
.TagClassName
{
border-color: #0A842A;
}
</style>