Shades of Dark Green #002612
Tints of Dark Green #002612
RGB
CMYK
RGB Variations
Color information
#002612 (or 0x002612) is known color: Dark Green. HEX triplet: 00, 26 and 12. RGB value is (0,38,18). Sum of RGB (Red+Green+Blue) = 0+38+18=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #002612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002612 is #FFD9ED. Grayscale: #181818. Windows color (decimal): -16767470 or 1189376. OLE color: 1189376.
HSL color Cylindrical-coordinate representation of color #002612: hue angle of 148.42º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002612 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 18 | - |
| CMYK | 1 | 0 | 0.53 | 0.85 |
| HSL | 148.42º | 1% | 0.07% | - |
| HSV(B) | 148.42º | 1% | 0.15% | - |
| XYZ | 0.8 | 1.43 | 0.81 | - |
| YUV | 24.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 18 | 1 | 0 | 0.53 | 0.85 | 148.42 | 1 | 0.07 |
| Hex | 0 | 26 | 12 | 64 | 0 | 35 | 55 | 94 | 64 | 7 |
| Octal | 0 | 46 | 22 | 144 | 0 | 65 | 125 | 224 | 144 | 7 |
| Binary | 0 | 100110 | 10010 | 1100100 | 0 | 110101 | 1010101 | 10010100 | 1100100 | 111 |
Color Harmonies of #002612
Complementary color
Monochromatic Colors of #002612
Black with #002612
Text Example
Text Example
White with #002612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002612; }
p { color: rgb(0,38,18); }
H1.HeaderClassName
{
color: #002612;
}
.AnyTagClassName
{
color: #002612;
}
</style>
background-color css
<style>
a { background-color: #002612; }
a { background-color: rgb(0,38,18); }
div.DivClassName
{
background-color: #002612;
}
.BgClassName
{
background-color: #002612;
}
</style>
border-color css
<style>
span { border-color: #002612; }
span { border-color: rgb(0,38,18); }
td.TdClassName
{
border-color: #002612;
}
.TagClassName
{
border-color: #002612;
}
</style>