Shades of Dark Green #012615
Tints of Dark Green #012615
RGB
CMYK
RGB Variations
Color information
#012615 (or 0x012615) is known color: Dark Green. HEX triplet: 01, 26 and 15. RGB value is (1,38,21). Sum of RGB (Red+Green+Blue) = 1+38+21=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #012615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012615 is #FED9EA. Grayscale: #191919. Windows color (decimal): -16701931 or 1385985. OLE color: 1385985.
HSL color Cylindrical-coordinate representation of color #012615: hue angle of 152.43º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012615 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 21 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.85 |
| HSL | 152.43º | 0.95% | 0.08% | - |
| HSV(B) | 152.43º | 0.97% | 0.15% | - |
| XYZ | 0.84 | 1.45 | 0.94 | - |
| YUV | 25 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 21 | 0.97 | 0 | 0.45 | 0.85 | 152.43 | 0.95 | 0.08 |
| Hex | 1 | 26 | 15 | 61 | 0 | 2D | 55 | 98 | 5F | 8 |
| Octal | 1 | 46 | 25 | 141 | 0 | 55 | 125 | 230 | 137 | 10 |
| Binary | 1 | 100110 | 10101 | 1100001 | 0 | 101101 | 1010101 | 10011000 | 1011111 | 1000 |
Color Harmonies of #012615
Complementary color
Monochromatic Colors of #012615
Black with #012615
Text Example
Text Example
White with #012615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012615; }
p { color: rgb(1,38,21); }
H1.HeaderClassName
{
color: #012615;
}
.AnyTagClassName
{
color: #012615;
}
</style>
background-color css
<style>
a { background-color: #012615; }
a { background-color: rgb(1,38,21); }
div.DivClassName
{
background-color: #012615;
}
.BgClassName
{
background-color: #012615;
}
</style>
border-color css
<style>
span { border-color: #012615; }
span { border-color: rgb(1,38,21); }
td.TdClassName
{
border-color: #012615;
}
.TagClassName
{
border-color: #012615;
}
</style>