Shades of Dark Green #013512
Tints of Dark Green #013512
RGB
CMYK
RGB Variations
Color information
#013512 (or 0x013512) is known color: Dark Green. HEX triplet: 01, 35 and 12. RGB value is (1,53,18). Sum of RGB (Red+Green+Blue) = 1+53+18=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #013512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013512 is #FECAED. Grayscale: #212121. Windows color (decimal): -16698094 or 1193217. OLE color: 1193217.
HSL color Cylindrical-coordinate representation of color #013512: hue angle of 139.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013512 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 18 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.79 |
| HSL | 139.62º | 0.96% | 0.11% | - |
| HSV(B) | 139.62º | 0.98% | 0.21% | - |
| XYZ | 1.39 | 2.6 | 1 | - |
| YUV | 33.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 18 | 0.98 | 0 | 0.66 | 0.79 | 139.62 | 0.96 | 0.11 |
| Hex | 1 | 35 | 12 | 62 | 0 | 42 | 4F | 8C | 60 | B |
| Octal | 1 | 65 | 22 | 142 | 0 | 102 | 117 | 214 | 140 | 13 |
| Binary | 1 | 110101 | 10010 | 1100010 | 0 | 1000010 | 1001111 | 10001100 | 1100000 | 1011 |
Color Harmonies of #013512
Complementary color
Monochromatic Colors of #013512
Black with #013512
Text Example
Text Example
White with #013512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013512; }
p { color: rgb(1,53,18); }
H1.HeaderClassName
{
color: #013512;
}
.AnyTagClassName
{
color: #013512;
}
</style>
background-color css
<style>
a { background-color: #013512; }
a { background-color: rgb(1,53,18); }
div.DivClassName
{
background-color: #013512;
}
.BgClassName
{
background-color: #013512;
}
</style>
border-color css
<style>
span { border-color: #013512; }
span { border-color: rgb(1,53,18); }
td.TdClassName
{
border-color: #013512;
}
.TagClassName
{
border-color: #013512;
}
</style>