Shades of Forest Green #0A921D
Tints of Forest Green #0A921D
RGB
CMYK
RGB Variations
Color information
#0A921D (or 0x0A921D) is known color: Forest Green. HEX triplet: 0A, 92 and 1D. RGB value is (10,146,29). Sum of RGB (Red+Green+Blue) = 10+146+29=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 146 (57.42% from 255 or 78.92% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 146 - color contains mainly: green. Hex color #0A921D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A921D is #F56DE2. Grayscale: #5C5C5C. Windows color (decimal): -16084451 or 1937930. OLE color: 1937930.
HSL color Cylindrical-coordinate representation of color #0A921D: hue angle of 128.38º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A921D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 146 | 29 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.43 |
| HSL | 128.38º | 0.87% | 0.31% | - |
| HSV(B) | 128.38º | 0.93% | 0.57% | - |
| XYZ | 10.63 | 20.71 | 4.6 | - |
| YUV | 92 | 92.44 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 29 | 0.93 | 0 | 0.80 | 0.43 | 128.38 | 0.87 | 0.31 |
| Hex | A | 92 | 1D | 5D | 0 | 50 | 2B | 80 | 57 | 1F |
| Octal | 12 | 222 | 35 | 135 | 0 | 120 | 53 | 200 | 127 | 37 |
| Binary | 1010 | 10010010 | 11101 | 1011101 | 0 | 1010000 | 101011 | 10000000 | 1010111 | 11111 |
Color Harmonies of #0A921D
Complementary color
Monochromatic Colors of #0A921D
Black with #0A921D
Text Example
Text Example
White with #0A921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A921D; }
p { color: rgb(10,146,29); }
H1.HeaderClassName
{
color: #0A921D;
}
.AnyTagClassName
{
color: #0A921D;
}
</style>
background-color css
<style>
a { background-color: #0A921D; }
a { background-color: rgb(10,146,29); }
div.DivClassName
{
background-color: #0A921D;
}
.BgClassName
{
background-color: #0A921D;
}
</style>
border-color css
<style>
span { border-color: #0A921D; }
span { border-color: rgb(10,146,29); }
td.TdClassName
{
border-color: #0A921D;
}
.TagClassName
{
border-color: #0A921D;
}
</style>