Shades of Dark Green #003315
Tints of Dark Green #003315
RGB
CMYK
RGB Variations
Color information
#003315 (or 0x003315) is known color: Dark Green. HEX triplet: 00, 33 and 15. RGB value is (0,51,21). Sum of RGB (Red+Green+Blue) = 0+51+21=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #003315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003315 is #FFCCEA. Grayscale: #202020. Windows color (decimal): -16764139 or 1389312. OLE color: 1389312.
HSL color Cylindrical-coordinate representation of color #003315: hue angle of 144.71º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003315 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 21 | - |
| CMYK | 1 | 0 | 0.59 | 0.8 |
| HSL | 144.71º | 1% | 0.1% | - |
| HSV(B) | 144.71º | 1% | 0.2% | - |
| XYZ | 1.32 | 2.42 | 1.11 | - |
| YUV | 32.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 21 | 1 | 0 | 0.59 | 0.8 | 144.71 | 1 | 0.1 |
| Hex | 0 | 33 | 15 | 64 | 0 | 3B | 50 | 91 | 64 | A |
| Octal | 0 | 63 | 25 | 144 | 0 | 73 | 120 | 221 | 144 | 12 |
| Binary | 0 | 110011 | 10101 | 1100100 | 0 | 111011 | 1010000 | 10010001 | 1100100 | 1010 |
Color Harmonies of #003315
Complementary color
Monochromatic Colors of #003315
Black with #003315
Text Example
Text Example
White with #003315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003315; }
p { color: rgb(0,51,21); }
H1.HeaderClassName
{
color: #003315;
}
.AnyTagClassName
{
color: #003315;
}
</style>
background-color css
<style>
a { background-color: #003315; }
a { background-color: rgb(0,51,21); }
div.DivClassName
{
background-color: #003315;
}
.BgClassName
{
background-color: #003315;
}
</style>
border-color css
<style>
span { border-color: #003315; }
span { border-color: rgb(0,51,21); }
td.TdClassName
{
border-color: #003315;
}
.TagClassName
{
border-color: #003315;
}
</style>