Shades of Dark Green #011305
Tints of Dark Green #011305
RGB
CMYK
RGB Variations
Color information
#011305 (or 0x011305) is known color: Dark Green. HEX triplet: 01, 13 and 05. RGB value is (1,19,5). Sum of RGB (Red+Green+Blue) = 1+19+5=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 19 (7.81% from 255 or 76% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 19 - color contains mainly: green. Hex color #011305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011305 is #FEECFA. Grayscale: #0C0C0C. Windows color (decimal): -16706811 or 332545. OLE color: 332545.
HSL color Cylindrical-coordinate representation of color #011305: hue angle of 133.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 #011305 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 5 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.93 |
| HSL | 133.33º | 0.9% | 0.04% | - |
| HSV(B) | 133.33º | 0.95% | 0.07% | - |
| XYZ | 0.27 | 0.48 | 0.22 | - |
| YUV | 12.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 5 | 0.95 | 0 | 0.74 | 0.93 | 133.33 | 0.9 | 0.04 |
| Hex | 1 | 13 | 5 | 5F | 0 | 4A | 5D | 85 | 5A | 4 |
| Octal | 1 | 23 | 5 | 137 | 0 | 112 | 135 | 205 | 132 | 4 |
| Binary | 1 | 10011 | 101 | 1011111 | 0 | 1001010 | 1011101 | 10000101 | 1011010 | 100 |
Color Harmonies of #011305
Complementary color
Monochromatic Colors of #011305
Black with #011305
Text Example
Text Example
White with #011305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011305; }
p { color: rgb(1,19,5); }
H1.HeaderClassName
{
color: #011305;
}
.AnyTagClassName
{
color: #011305;
}
</style>
background-color css
<style>
a { background-color: #011305; }
a { background-color: rgb(1,19,5); }
div.DivClassName
{
background-color: #011305;
}
.BgClassName
{
background-color: #011305;
}
</style>
border-color css
<style>
span { border-color: #011305; }
span { border-color: rgb(1,19,5); }
td.TdClassName
{
border-color: #011305;
}
.TagClassName
{
border-color: #011305;
}
</style>