Shades of Dark Green #00180F
Tints of Dark Green #00180F
RGB
CMYK
RGB Variations
Color information
#00180F (or 0x00180F) is known color: Dark Green. HEX triplet: 00, 18 and 0F. RGB value is (0,24,15). Sum of RGB (Red+Green+Blue) = 0+24+15=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #00180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180F is #FFE7F0. Grayscale: #0F0F0F. Windows color (decimal): -16771057 or 989184. OLE color: 989184.
HSL color Cylindrical-coordinate representation of color #00180F: hue angle of 157.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 #00180F is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 24 | 15 | - |
| CMYK | 1 | 0 | 0.37 | 0.91 |
| HSL | 157.5º | 1% | 0.05% | - |
| HSV(B) | 157.5º | 1% | 0.09% | - |
| XYZ | 0.41 | 0.69 | 0.56 | - |
| YUV | 15.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 15 | 1 | 0 | 0.37 | 0.91 | 157.5 | 1 | 0.05 |
| Hex | 0 | 18 | F | 64 | 0 | 25 | 5B | 9E | 64 | 5 |
| Octal | 0 | 30 | 17 | 144 | 0 | 45 | 133 | 236 | 144 | 5 |
| Binary | 0 | 11000 | 1111 | 1100100 | 0 | 100101 | 1011011 | 10011110 | 1100100 | 101 |
Color Harmonies of #00180F
Complementary color
Monochromatic Colors of #00180F
Black with #00180F
Text Example
Text Example
White with #00180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00180F; }
p { color: rgb(0,24,15); }
H1.HeaderClassName
{
color: #00180F;
}
.AnyTagClassName
{
color: #00180F;
}
</style>
background-color css
<style>
a { background-color: #00180F; }
a { background-color: rgb(0,24,15); }
div.DivClassName
{
background-color: #00180F;
}
.BgClassName
{
background-color: #00180F;
}
</style>
border-color css
<style>
span { border-color: #00180F; }
span { border-color: rgb(0,24,15); }
td.TdClassName
{
border-color: #00180F;
}
.TagClassName
{
border-color: #00180F;
}
</style>