Shades of Dark Green #01130F
Tints of Dark Green #01130F
RGB
CMYK
RGB Variations
Color information
#01130F (or 0x01130F) is known color: Dark Green. HEX triplet: 01, 13 and 0F. RGB value is (1,19,15). Sum of RGB (Red+Green+Blue) = 1+19+15=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #01130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01130F is #FEECF0. Grayscale: #0D0D0D. Windows color (decimal): -16706801 or 987905. OLE color: 987905.
HSL color Cylindrical-coordinate representation of color #01130F: hue angle of 166.67º 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 #01130F is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 15 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.93 |
| HSL | 166.67º | 0.9% | 0.04% | - |
| HSV(B) | 166.67º | 0.95% | 0.07% | - |
| XYZ | 0.33 | 0.51 | 0.53 | - |
| YUV | 13.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 15 | 0.95 | 0 | 0.21 | 0.93 | 166.67 | 0.9 | 0.04 |
| Hex | 1 | 13 | F | 5F | 0 | 15 | 5D | A7 | 5A | 4 |
| Octal | 1 | 23 | 17 | 137 | 0 | 25 | 135 | 247 | 132 | 4 |
| Binary | 1 | 10011 | 1111 | 1011111 | 0 | 10101 | 1011101 | 10100111 | 1011010 | 100 |
Color Harmonies of #01130F
Complementary color
Monochromatic Colors of #01130F
Black with #01130F
Text Example
Text Example
White with #01130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01130F; }
p { color: rgb(1,19,15); }
H1.HeaderClassName
{
color: #01130F;
}
.AnyTagClassName
{
color: #01130F;
}
</style>
background-color css
<style>
a { background-color: #01130F; }
a { background-color: rgb(1,19,15); }
div.DivClassName
{
background-color: #01130F;
}
.BgClassName
{
background-color: #01130F;
}
</style>
border-color css
<style>
span { border-color: #01130F; }
span { border-color: rgb(1,19,15); }
td.TdClassName
{
border-color: #01130F;
}
.TagClassName
{
border-color: #01130F;
}
</style>