Shades of Dark Green #01130B
Tints of Dark Green #01130B
RGB
CMYK
RGB Variations
Color information
#01130B (or 0x01130B) is known color: Dark Green. HEX triplet: 01, 13 and 0B. RGB value is (1,19,11). Sum of RGB (Red+Green+Blue) = 1+19+11=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #01130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01130B is #FEECF4. Grayscale: #0C0C0C. Windows color (decimal): -16706805 or 725761. OLE color: 725761.
HSL color Cylindrical-coordinate representation of color #01130B: hue angle of 153.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01130B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 11 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.93 |
| HSL | 153.33º | 0.9% | 0.04% | - |
| HSV(B) | 153.33º | 0.95% | 0.07% | - |
| XYZ | 0.31 | 0.5 | 0.4 | - |
| YUV | 12.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 11 | 0.95 | 0 | 0.42 | 0.93 | 153.33 | 0.9 | 0.04 |
| Hex | 1 | 13 | B | 5F | 0 | 2A | 5D | 99 | 5A | 4 |
| Octal | 1 | 23 | 13 | 137 | 0 | 52 | 135 | 231 | 132 | 4 |
| Binary | 1 | 10011 | 1011 | 1011111 | 0 | 101010 | 1011101 | 10011001 | 1011010 | 100 |
Color Harmonies of #01130B
Complementary color
Monochromatic Colors of #01130B
Black with #01130B
Text Example
Text Example
White with #01130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01130B; }
p { color: rgb(1,19,11); }
H1.HeaderClassName
{
color: #01130B;
}
.AnyTagClassName
{
color: #01130B;
}
</style>
background-color css
<style>
a { background-color: #01130B; }
a { background-color: rgb(1,19,11); }
div.DivClassName
{
background-color: #01130B;
}
.BgClassName
{
background-color: #01130B;
}
</style>
border-color css
<style>
span { border-color: #01130B; }
span { border-color: rgb(1,19,11); }
td.TdClassName
{
border-color: #01130B;
}
.TagClassName
{
border-color: #01130B;
}
</style>