Shades of Dark Green #01150A
Tints of Dark Green #01150A
RGB
CMYK
RGB Variations
Color information
#01150A (or 0x01150A) is known color: Dark Green. HEX triplet: 01, 15 and 0A. RGB value is (1,21,10). Sum of RGB (Red+Green+Blue) = 1+21+10=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #01150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150A is #FEEAF5. Grayscale: #0D0D0D. Windows color (decimal): -16706294 or 660737. OLE color: 660737.
HSL color Cylindrical-coordinate representation of color #01150A: hue angle of 147º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01150A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 21 | 10 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.92 |
| HSL | 147º | 0.91% | 0.04% | - |
| HSV(B) | 147º | 0.95% | 0.08% | - |
| XYZ | 0.34 | 0.56 | 0.38 | - |
| YUV | 13.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 10 | 0.95 | 0 | 0.52 | 0.92 | 147 | 0.91 | 0.04 |
| Hex | 1 | 15 | A | 5F | 0 | 34 | 5C | 93 | 5B | 4 |
| Octal | 1 | 25 | 12 | 137 | 0 | 64 | 134 | 223 | 133 | 4 |
| Binary | 1 | 10101 | 1010 | 1011111 | 0 | 110100 | 1011100 | 10010011 | 1011011 | 100 |
Color Harmonies of #01150A
Complementary color
Monochromatic Colors of #01150A
Black with #01150A
Text Example
Text Example
White with #01150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01150A; }
p { color: rgb(1,21,10); }
H1.HeaderClassName
{
color: #01150A;
}
.AnyTagClassName
{
color: #01150A;
}
</style>
background-color css
<style>
a { background-color: #01150A; }
a { background-color: rgb(1,21,10); }
div.DivClassName
{
background-color: #01150A;
}
.BgClassName
{
background-color: #01150A;
}
</style>
border-color css
<style>
span { border-color: #01150A; }
span { border-color: rgb(1,21,10); }
td.TdClassName
{
border-color: #01150A;
}
.TagClassName
{
border-color: #01150A;
}
</style>