Shades of Forest Green #0A821D
Tints of Forest Green #0A821D
RGB
CMYK
RGB Variations
Color information
#0A821D (or 0x0A821D) is known color: Forest Green. HEX triplet: 0A, 82 and 1D. RGB value is (10,130,29). Sum of RGB (Red+Green+Blue) = 10+130+29=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #0A821D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A821D is #F57DE2. Grayscale: #525252. Windows color (decimal): -16088547 or 1933834. OLE color: 1933834.
HSL color Cylindrical-coordinate representation of color #0A821D: hue angle of 129.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A821D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 29 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.49 |
| HSL | 129.5º | 0.86% | 0.27% | - |
| HSV(B) | 129.5º | 0.92% | 0.51% | - |
| XYZ | 8.33 | 16.12 | 3.83 | - |
| YUV | 82.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 29 | 0.92 | 0 | 0.78 | 0.49 | 129.5 | 0.86 | 0.27 |
| Hex | A | 82 | 1D | 5C | 0 | 4E | 31 | 82 | 56 | 1B |
| Octal | 12 | 202 | 35 | 134 | 0 | 116 | 61 | 202 | 126 | 33 |
| Binary | 1010 | 10000010 | 11101 | 1011100 | 0 | 1001110 | 110001 | 10000010 | 1010110 | 11011 |
Color Harmonies of #0A821D
Complementary color
Monochromatic Colors of #0A821D
Black with #0A821D
Text Example
Text Example
White with #0A821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A821D; }
p { color: rgb(10,130,29); }
H1.HeaderClassName
{
color: #0A821D;
}
.AnyTagClassName
{
color: #0A821D;
}
</style>
background-color css
<style>
a { background-color: #0A821D; }
a { background-color: rgb(10,130,29); }
div.DivClassName
{
background-color: #0A821D;
}
.BgClassName
{
background-color: #0A821D;
}
</style>
border-color css
<style>
span { border-color: #0A821D; }
span { border-color: rgb(10,130,29); }
td.TdClassName
{
border-color: #0A821D;
}
.TagClassName
{
border-color: #0A821D;
}
</style>