Shades of Dark Green #0A271E
Tints of Dark Green #0A271E
RGB
CMYK
RGB Variations
Color information
#0A271E (or 0x0A271E) is known color: Dark Green. HEX triplet: 0A, 27 and 1E. RGB value is (10,39,30). Sum of RGB (Red+Green+Blue) = 10+39+30=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #0A271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A271E is #F5D8E1. Grayscale: #1D1D1D. Windows color (decimal): -16111842 or 1976074. OLE color: 1976074.
HSL color Cylindrical-coordinate representation of color #0A271E: hue angle of 161.38º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A271E is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 30 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.85 |
| HSL | 161.38º | 0.59% | 0.1% | - |
| HSV(B) | 161.38º | 0.74% | 0.15% | - |
| XYZ | 1.09 | 1.61 | 1.48 | - |
| YUV | 29.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 30 | 0.74 | 0 | 0.23 | 0.85 | 161.38 | 0.59 | 0.1 |
| Hex | A | 27 | 1E | 4A | 0 | 17 | 55 | A1 | 3B | A |
| Octal | 12 | 47 | 36 | 112 | 0 | 27 | 125 | 241 | 73 | 12 |
| Binary | 1010 | 100111 | 11110 | 1001010 | 0 | 10111 | 1010101 | 10100001 | 111011 | 1010 |
Color Harmonies of #0A271E
Complementary color
Monochromatic Colors of #0A271E
Black with #0A271E
Text Example
Text Example
White with #0A271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A271E; }
p { color: rgb(10,39,30); }
H1.HeaderClassName
{
color: #0A271E;
}
.AnyTagClassName
{
color: #0A271E;
}
</style>
background-color css
<style>
a { background-color: #0A271E; }
a { background-color: rgb(10,39,30); }
div.DivClassName
{
background-color: #0A271E;
}
.BgClassName
{
background-color: #0A271E;
}
</style>
border-color css
<style>
span { border-color: #0A271E; }
span { border-color: rgb(10,39,30); }
td.TdClassName
{
border-color: #0A271E;
}
.TagClassName
{
border-color: #0A271E;
}
</style>