Shades of Dark Green #010B04
Tints of Dark Green #010B04
RGB
CMYK
RGB Variations
Color information
#010B04 (or 0x010B04) is known color: Dark Green. HEX triplet: 01, 0B and 04. RGB value is (1,11,4). Sum of RGB (Red+Green+Blue) = 1+11+4=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 11 (4.69% from 255 or 68.75% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 11 - color contains mainly: green. Hex color #010B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B04 is #FEF4FB. Grayscale: #070707. Windows color (decimal): -16708860 or 264961. OLE color: 264961.
HSL color Cylindrical-coordinate representation of color #010B04: hue angle of 138º 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 #010B04 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 11 | 4 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.96 |
| HSL | 138º | 0.83% | 0.02% | - |
| HSV(B) | 138º | 0.91% | 0.04% | - |
| XYZ | 0.15 | 0.25 | 0.16 | - |
| YUV | 7.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 4 | 0.91 | 0 | 0.64 | 0.96 | 138 | 0.83 | 0.02 |
| Hex | 1 | B | 4 | 5B | 0 | 40 | 60 | 8A | 53 | 2 |
| Octal | 1 | 13 | 4 | 133 | 0 | 100 | 140 | 212 | 123 | 2 |
| Binary | 1 | 1011 | 100 | 1011011 | 0 | 1000000 | 1100000 | 10001010 | 1010011 | 10 |
Color Harmonies of #010B04
Complementary color
Monochromatic Colors of #010B04
Black with #010B04
Text Example
Text Example
White with #010B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B04; }
p { color: rgb(1,11,4); }
H1.HeaderClassName
{
color: #010B04;
}
.AnyTagClassName
{
color: #010B04;
}
</style>
background-color css
<style>
a { background-color: #010B04; }
a { background-color: rgb(1,11,4); }
div.DivClassName
{
background-color: #010B04;
}
.BgClassName
{
background-color: #010B04;
}
</style>
border-color css
<style>
span { border-color: #010B04; }
span { border-color: rgb(1,11,4); }
td.TdClassName
{
border-color: #010B04;
}
.TagClassName
{
border-color: #010B04;
}
</style>