Shades of Dark Green #00100F
Tints of Dark Green #00100F
RGB
CMYK
RGB Variations
Color information
#00100F (or 0x00100F) is known color: Dark Green. HEX triplet: 00, 10 and 0F. RGB value is (0,16,15). Sum of RGB (Red+Green+Blue) = 0+16+15=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #00100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00100F is #FFEFF0. Grayscale: #0B0B0B. Windows color (decimal): -16773105 or 987136. OLE color: 987136.
HSL color Cylindrical-coordinate representation of color #00100F: hue angle of 176.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00100F is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 15 | - |
| CMYK | 1 | 0 | 0.06 | 0.94 |
| HSL | 176.25º | 1% | 0.03% | - |
| HSV(B) | 176.25º | 1% | 0.06% | - |
| XYZ | 0.27 | 0.41 | 0.52 | - |
| YUV | 11.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 15 | 1 | 0 | 0.06 | 0.94 | 176.25 | 1 | 0.03 |
| Hex | 0 | 10 | F | 64 | 0 | 6 | 5E | B0 | 64 | 3 |
| Octal | 0 | 20 | 17 | 144 | 0 | 6 | 136 | 260 | 144 | 3 |
| Binary | 0 | 10000 | 1111 | 1100100 | 0 | 110 | 1011110 | 10110000 | 1100100 | 11 |
Color Harmonies of #00100F
Complementary color
Monochromatic Colors of #00100F
Black with #00100F
Text Example
Text Example
White with #00100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00100F; }
p { color: rgb(0,16,15); }
H1.HeaderClassName
{
color: #00100F;
}
.AnyTagClassName
{
color: #00100F;
}
</style>
background-color css
<style>
a { background-color: #00100F; }
a { background-color: rgb(0,16,15); }
div.DivClassName
{
background-color: #00100F;
}
.BgClassName
{
background-color: #00100F;
}
</style>
border-color css
<style>
span { border-color: #00100F; }
span { border-color: rgb(0,16,15); }
td.TdClassName
{
border-color: #00100F;
}
.TagClassName
{
border-color: #00100F;
}
</style>