Shades of Dark Green #010F08
Tints of Dark Green #010F08
RGB
CMYK
RGB Variations
Color information
#010F08 (or 0x010F08) is known color: Dark Green. HEX triplet: 01, 0F and 08. RGB value is (1,15,8). Sum of RGB (Red+Green+Blue) = 1+15+8=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #010F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F08 is #FEF0F7. Grayscale: #0A0A0A. Windows color (decimal): -16707832 or 528129. OLE color: 528129.
HSL color Cylindrical-coordinate representation of color #010F08: hue angle of 150º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010F08 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.
Color convert
RGB | 1 | 15 | 8 | - |
CMYK | 0.93 | 0 | 0.47 | 0.94 |
HSL | 150º | 0.88% | 0.03% | - |
HSV(B) | 150º | 0.93% | 0.06% | - |
XYZ | 0.23 | 0.37 | 0.29 | - |
YUV | 10.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 15 | 8 | 0.93 | 0 | 0.47 | 0.94 | 150 | 0.88 | 0.03 |
Hex | 1 | F | 8 | 5D | 0 | 2F | 5E | 96 | 58 | 3 |
Octal | 1 | 17 | 10 | 135 | 0 | 57 | 136 | 226 | 130 | 3 |
Binary | 1 | 1111 | 1000 | 1011101 | 0 | 101111 | 1011110 | 10010110 | 1011000 | 11 |
Color Harmonies of #010F08
Complementary color
Monochromatic Colors of #010F08
Black with #010F08
Text Example
Text Example
White with #010F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F08; }
p { color: rgb(1,15,8); }
H1.HeaderClassName
{
color: #010F08;
}
.AnyTagClassName
{
color: #010F08;
}
</style>
background-color css
<style>
a { background-color: #010F08; }
a { background-color: rgb(1,15,8); }
div.DivClassName
{
background-color: #010F08;
}
.BgClassName
{
background-color: #010F08;
}
</style>
border-color css
<style>
span { border-color: #010F08; }
span { border-color: rgb(1,15,8); }
td.TdClassName
{
border-color: #010F08;
}
.TagClassName
{
border-color: #010F08;
}
</style>