Shades of Dark Green #00180D
Tints of Dark Green #00180D
RGB
CMYK
RGB Variations
Color information
#00180D (or 0x00180D) is known color: Dark Green. HEX triplet: 00, 18 and 0D. RGB value is (0,24,13). Sum of RGB (Red+Green+Blue) = 0+24+13=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #00180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180D is #FFE7F2. Grayscale: #0F0F0F. Windows color (decimal): -16771059 or 858112. OLE color: 858112.
HSL color Cylindrical-coordinate representation of color #00180D: hue angle of 152.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00180D is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 24 | 13 | - |
| CMYK | 1 | 0 | 0.46 | 0.91 |
| HSL | 152.5º | 1% | 0.05% | - |
| HSV(B) | 152.5º | 1% | 0.09% | - |
| XYZ | 0.4 | 0.68 | 0.49 | - |
| YUV | 15.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 13 | 1 | 0 | 0.46 | 0.91 | 152.5 | 1 | 0.05 |
| Hex | 0 | 18 | D | 64 | 0 | 2E | 5B | 98 | 64 | 5 |
| Octal | 0 | 30 | 15 | 144 | 0 | 56 | 133 | 230 | 144 | 5 |
| Binary | 0 | 11000 | 1101 | 1100100 | 0 | 101110 | 1011011 | 10011000 | 1100100 | 101 |
Color Harmonies of #00180D
Complementary color
Monochromatic Colors of #00180D
Black with #00180D
Text Example
Text Example
White with #00180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00180D; }
p { color: rgb(0,24,13); }
H1.HeaderClassName
{
color: #00180D;
}
.AnyTagClassName
{
color: #00180D;
}
</style>
background-color css
<style>
a { background-color: #00180D; }
a { background-color: rgb(0,24,13); }
div.DivClassName
{
background-color: #00180D;
}
.BgClassName
{
background-color: #00180D;
}
</style>
border-color css
<style>
span { border-color: #00180D; }
span { border-color: rgb(0,24,13); }
td.TdClassName
{
border-color: #00180D;
}
.TagClassName
{
border-color: #00180D;
}
</style>