Shades of Forest Green #0A892D
Tints of Forest Green #0A892D
RGB
CMYK
RGB Variations
Color information
#0A892D (or 0x0A892D) is known color: Forest Green. HEX triplet: 0A, 89 and 2D. RGB value is (10,137,45). Sum of RGB (Red+Green+Blue) = 10+137+45=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 137 (53.91% from 255 or 71.35% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 137 - color contains mainly: green. Hex color #0A892D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A892D is #F576D2. Grayscale: #585858. Windows color (decimal): -16086739 or 2984202. OLE color: 2984202.
HSL color Cylindrical-coordinate representation of color #0A892D: hue angle of 136.54º 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 #0A892D is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 45 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.46 |
| HSL | 136.54º | 0.86% | 0.29% | - |
| HSV(B) | 136.54º | 0.93% | 0.54% | - |
| XYZ | 9.54 | 18.15 | 5.48 | - |
| YUV | 88.54 | 103.42 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 45 | 0.93 | 0 | 0.67 | 0.46 | 136.54 | 0.86 | 0.29 |
| Hex | A | 89 | 2D | 5D | 0 | 43 | 2E | 89 | 56 | 1D |
| Octal | 12 | 211 | 55 | 135 | 0 | 103 | 56 | 211 | 126 | 35 |
| Binary | 1010 | 10001001 | 101101 | 1011101 | 0 | 1000011 | 101110 | 10001001 | 1010110 | 11101 |
Color Harmonies of #0A892D
Complementary color
Monochromatic Colors of #0A892D
Black with #0A892D
Text Example
Text Example
White with #0A892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A892D; }
p { color: rgb(10,137,45); }
H1.HeaderClassName
{
color: #0A892D;
}
.AnyTagClassName
{
color: #0A892D;
}
</style>
background-color css
<style>
a { background-color: #0A892D; }
a { background-color: rgb(10,137,45); }
div.DivClassName
{
background-color: #0A892D;
}
.BgClassName
{
background-color: #0A892D;
}
</style>
border-color css
<style>
span { border-color: #0A892D; }
span { border-color: rgb(10,137,45); }
td.TdClassName
{
border-color: #0A892D;
}
.TagClassName
{
border-color: #0A892D;
}
</style>