Shades of Dark Green #003318
Tints of Dark Green #003318
RGB
CMYK
RGB Variations
Color information
#003318 (or 0x003318) is known color: Dark Green. HEX triplet: 00, 33 and 18. RGB value is (0,51,24). Sum of RGB (Red+Green+Blue) = 0+51+24=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #003318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003318 is #FFCCE7. Grayscale: #202020. Windows color (decimal): -16764136 or 1585920. OLE color: 1585920.
HSL color Cylindrical-coordinate representation of color #003318: hue angle of 148.24º 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 #003318 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 24 | - |
| CMYK | 1 | 0 | 0.53 | 0.8 |
| HSL | 148.24º | 1% | 0.1% | - |
| HSV(B) | 148.24º | 1% | 0.2% | - |
| XYZ | 1.35 | 2.43 | 1.26 | - |
| YUV | 32.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 24 | 1 | 0 | 0.53 | 0.8 | 148.24 | 1 | 0.1 |
| Hex | 0 | 33 | 18 | 64 | 0 | 35 | 50 | 94 | 64 | A |
| Octal | 0 | 63 | 30 | 144 | 0 | 65 | 120 | 224 | 144 | 12 |
| Binary | 0 | 110011 | 11000 | 1100100 | 0 | 110101 | 1010000 | 10010100 | 1100100 | 1010 |
Color Harmonies of #003318
Complementary color
Monochromatic Colors of #003318
Black with #003318
Text Example
Text Example
White with #003318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003318; }
p { color: rgb(0,51,24); }
H1.HeaderClassName
{
color: #003318;
}
.AnyTagClassName
{
color: #003318;
}
</style>
background-color css
<style>
a { background-color: #003318; }
a { background-color: rgb(0,51,24); }
div.DivClassName
{
background-color: #003318;
}
.BgClassName
{
background-color: #003318;
}
</style>
border-color css
<style>
span { border-color: #003318; }
span { border-color: rgb(0,51,24); }
td.TdClassName
{
border-color: #003318;
}
.TagClassName
{
border-color: #003318;
}
</style>