Shades of Dark Green #013515
Tints of Dark Green #013515
RGB
CMYK
RGB Variations
Color information
#013515 (or 0x013515) is known color: Dark Green. HEX triplet: 01, 35 and 15. RGB value is (1,53,21). Sum of RGB (Red+Green+Blue) = 1+53+21=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #013515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013515 is #FECAEA. Grayscale: #212121. Windows color (decimal): -16698091 or 1389825. OLE color: 1389825.
HSL color Cylindrical-coordinate representation of color #013515: hue angle of 143.08º 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 #013515 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 21 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.79 |
| HSL | 143.08º | 0.96% | 0.11% | - |
| HSV(B) | 143.08º | 0.98% | 0.21% | - |
| XYZ | 1.42 | 2.61 | 1.14 | - |
| YUV | 33.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 21 | 0.98 | 0 | 0.60 | 0.79 | 143.08 | 0.96 | 0.11 |
| Hex | 1 | 35 | 15 | 62 | 0 | 3C | 4F | 8F | 60 | B |
| Octal | 1 | 65 | 25 | 142 | 0 | 74 | 117 | 217 | 140 | 13 |
| Binary | 1 | 110101 | 10101 | 1100010 | 0 | 111100 | 1001111 | 10001111 | 1100000 | 1011 |
Color Harmonies of #013515
Complementary color
Monochromatic Colors of #013515
Black with #013515
Text Example
Text Example
White with #013515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013515; }
p { color: rgb(1,53,21); }
H1.HeaderClassName
{
color: #013515;
}
.AnyTagClassName
{
color: #013515;
}
</style>
background-color css
<style>
a { background-color: #013515; }
a { background-color: rgb(1,53,21); }
div.DivClassName
{
background-color: #013515;
}
.BgClassName
{
background-color: #013515;
}
</style>
border-color css
<style>
span { border-color: #013515; }
span { border-color: rgb(1,53,21); }
td.TdClassName
{
border-color: #013515;
}
.TagClassName
{
border-color: #013515;
}
</style>