Shades of Dark Green #010B0B
Tints of Dark Green #010B0B
RGB
CMYK
RGB Variations
Color information
#010B0B (or 0x010B0B) is known color: Dark Green. HEX triplet: 01, 0B and 0B. RGB value is (1,11,11). Sum of RGB (Red+Green+Blue) = 1+11+11=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #010B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B0B is #FEF4F4. Grayscale: #070707. Windows color (decimal): -16708853 or 723713. OLE color: 723713.
HSL color Cylindrical-coordinate representation of color #010B0B: hue angle of 180º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #010B0B is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 11 | 11 | - |
| CMYK | 0.91 | 0 | 0 | 0.96 |
| HSL | 180º | 0.83% | 0.02% | - |
| HSV(B) | 180º | 0.91% | 0.04% | - |
| XYZ | 0.19 | 0.27 | 0.36 | - |
| YUV | 8.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 11 | 0.91 | 0 | 0 | 0.96 | 180 | 0.83 | 0.02 |
| Hex | 1 | B | B | 5B | 0 | 0 | 60 | B4 | 53 | 2 |
| Octal | 1 | 13 | 13 | 133 | 0 | 0 | 140 | 264 | 123 | 2 |
| Binary | 1 | 1011 | 1011 | 1011011 | 0 | 0 | 1100000 | 10110100 | 1010011 | 10 |
Color Harmonies of #010B0B
Complementary color
Monochromatic Colors of #010B0B
Black with #010B0B
Text Example
Text Example
White with #010B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B0B; }
p { color: rgb(1,11,11); }
H1.HeaderClassName
{
color: #010B0B;
}
.AnyTagClassName
{
color: #010B0B;
}
</style>
background-color css
<style>
a { background-color: #010B0B; }
a { background-color: rgb(1,11,11); }
div.DivClassName
{
background-color: #010B0B;
}
.BgClassName
{
background-color: #010B0B;
}
</style>
border-color css
<style>
span { border-color: #010B0B; }
span { border-color: rgb(1,11,11); }
td.TdClassName
{
border-color: #010B0B;
}
.TagClassName
{
border-color: #010B0B;
}
</style>