Shades of Dark Green #0A201F
Tints of Dark Green #0A201F
RGB
CMYK
RGB Variations
Color information
#0A201F (or 0x0A201F) is known color: Dark Green. HEX triplet: 0A, 20 and 1F. RGB value is (10,32,31). Sum of RGB (Red+Green+Blue) = 10+32+31=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #0A201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A201F is #F5DFE0. Grayscale: #191919. Windows color (decimal): -16113633 or 2039818. OLE color: 2039818.
HSL color Cylindrical-coordinate representation of color #0A201F: hue angle of 177.27º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A201F is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 32 | 31 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.87 |
| HSL | 177.27º | 0.52% | 0.08% | - |
| HSV(B) | 177.27º | 0.69% | 0.13% | - |
| XYZ | 0.89 | 1.2 | 1.48 | - |
| YUV | 25.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 31 | 0.69 | 0 | 0.03 | 0.87 | 177.27 | 0.52 | 0.08 |
| Hex | A | 20 | 1F | 45 | 0 | 3 | 57 | B1 | 34 | 8 |
| Octal | 12 | 40 | 37 | 105 | 0 | 3 | 127 | 261 | 64 | 10 |
| Binary | 1010 | 100000 | 11111 | 1000101 | 0 | 11 | 1010111 | 10110001 | 110100 | 1000 |
Color Harmonies of #0A201F
Complementary color
Monochromatic Colors of #0A201F
Black with #0A201F
Text Example
Text Example
White with #0A201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A201F; }
p { color: rgb(10,32,31); }
H1.HeaderClassName
{
color: #0A201F;
}
.AnyTagClassName
{
color: #0A201F;
}
</style>
background-color css
<style>
a { background-color: #0A201F; }
a { background-color: rgb(10,32,31); }
div.DivClassName
{
background-color: #0A201F;
}
.BgClassName
{
background-color: #0A201F;
}
</style>
border-color css
<style>
span { border-color: #0A201F; }
span { border-color: rgb(10,32,31); }
td.TdClassName
{
border-color: #0A201F;
}
.TagClassName
{
border-color: #0A201F;
}
</style>