Shades of Dark Green #0A271B
Tints of Dark Green #0A271B
RGB
CMYK
RGB Variations
Color information
#0A271B (or 0x0A271B) is known color: Dark Green. HEX triplet: 0A, 27 and 1B. RGB value is (10,39,27). Sum of RGB (Red+Green+Blue) = 10+39+27=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #0A271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A271B is #F5D8E4. Grayscale: #1C1C1C. Windows color (decimal): -16111845 or 1779466. OLE color: 1779466.
HSL color Cylindrical-coordinate representation of color #0A271B: hue angle of 155.17º 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 #0A271B is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 27 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.85 |
| HSL | 155.17º | 0.59% | 0.1% | - |
| HSV(B) | 155.17º | 0.74% | 0.15% | - |
| XYZ | 1.05 | 1.59 | 1.29 | - |
| YUV | 28.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 27 | 0.74 | 0 | 0.31 | 0.85 | 155.17 | 0.59 | 0.1 |
| Hex | A | 27 | 1B | 4A | 0 | 1F | 55 | 9B | 3B | A |
| Octal | 12 | 47 | 33 | 112 | 0 | 37 | 125 | 233 | 73 | 12 |
| Binary | 1010 | 100111 | 11011 | 1001010 | 0 | 11111 | 1010101 | 10011011 | 111011 | 1010 |
Color Harmonies of #0A271B
Complementary color
Monochromatic Colors of #0A271B
Black with #0A271B
Text Example
Text Example
White with #0A271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A271B; }
p { color: rgb(10,39,27); }
H1.HeaderClassName
{
color: #0A271B;
}
.AnyTagClassName
{
color: #0A271B;
}
</style>
background-color css
<style>
a { background-color: #0A271B; }
a { background-color: rgb(10,39,27); }
div.DivClassName
{
background-color: #0A271B;
}
.BgClassName
{
background-color: #0A271B;
}
</style>
border-color css
<style>
span { border-color: #0A271B; }
span { border-color: rgb(10,39,27); }
td.TdClassName
{
border-color: #0A271B;
}
.TagClassName
{
border-color: #0A271B;
}
</style>