Shades of Forest Green #0A8A29
Tints of Forest Green #0A8A29
RGB
CMYK
RGB Variations
Color information
#0A8A29 (or 0x0A8A29) is known color: Forest Green. HEX triplet: 0A, 8A and 29. RGB value is (10,138,41). Sum of RGB (Red+Green+Blue) = 10+138+41=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8A29 is #F575D6. Grayscale: #585858. Windows color (decimal): -16086487 or 2722314. OLE color: 2722314.
HSL color Cylindrical-coordinate representation of color #0A8A29: hue angle of 134.53º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A29 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 41 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.46 |
| HSL | 134.53º | 0.86% | 0.29% | - |
| HSV(B) | 134.53º | 0.93% | 0.54% | - |
| XYZ | 9.61 | 18.4 | 5.14 | - |
| YUV | 88.67 | 101.09 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 41 | 0.93 | 0 | 0.70 | 0.46 | 134.53 | 0.86 | 0.29 |
| Hex | A | 8A | 29 | 5D | 0 | 46 | 2E | 87 | 56 | 1D |
| Octal | 12 | 212 | 51 | 135 | 0 | 106 | 56 | 207 | 126 | 35 |
| Binary | 1010 | 10001010 | 101001 | 1011101 | 0 | 1000110 | 101110 | 10000111 | 1010110 | 11101 |
Color Harmonies of #0A8A29
Complementary color
Monochromatic Colors of #0A8A29
Black with #0A8A29
Text Example
Text Example
White with #0A8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A29; }
p { color: rgb(10,138,41); }
H1.HeaderClassName
{
color: #0A8A29;
}
.AnyTagClassName
{
color: #0A8A29;
}
</style>
background-color css
<style>
a { background-color: #0A8A29; }
a { background-color: rgb(10,138,41); }
div.DivClassName
{
background-color: #0A8A29;
}
.BgClassName
{
background-color: #0A8A29;
}
</style>
border-color css
<style>
span { border-color: #0A8A29; }
span { border-color: rgb(10,138,41); }
td.TdClassName
{
border-color: #0A8A29;
}
.TagClassName
{
border-color: #0A8A29;
}
</style>