Shades of Dark Green #030706
Tints of Dark Green #030706
RGB
CMYK
RGB Variations
Color information
#030706 (or 0x030706) is known color: Dark Green. HEX triplet: 03, 07 and 06. RGB value is (3,7,6). Sum of RGB (Red+Green+Blue) = 3+7+6=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 7 - color contains mainly: green. Hex color #030706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030706 is #FCF8F9. Grayscale: #050505. Windows color (decimal): -16578810 or 395011. OLE color: 395011.
HSL color Cylindrical-coordinate representation of color #030706: hue angle of 165º degrees, saturation: 0.4, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #030706 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.97.
Color convert
RGB | 3 | 7 | 6 | - |
CMYK | 0.57 | 0 | 0.14 | 0.97 |
HSL | 165º | 0.4% | 0.02% | - |
HSV(B) | 165º | 0.57% | 0.03% | - |
XYZ | 0.15 | 0.18 | 0.2 | - |
YUV | 5.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 7 | 6 | 0.57 | 0 | 0.14 | 0.97 | 165 | 0.4 | 0.02 |
Hex | 3 | 7 | 6 | 39 | 0 | E | 61 | A5 | 28 | 2 |
Octal | 3 | 7 | 6 | 71 | 0 | 16 | 141 | 245 | 50 | 2 |
Binary | 11 | 111 | 110 | 111001 | 0 | 1110 | 1100001 | 10100101 | 101000 | 10 |
Color Harmonies of #030706
Complementary color
Monochromatic Colors of #030706
Black with #030706
Text Example
Text Example
White with #030706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030706; }
p { color: rgb(3,7,6); }
H1.HeaderClassName
{
color: #030706;
}
.AnyTagClassName
{
color: #030706;
}
</style>
background-color css
<style>
a { background-color: #030706; }
a { background-color: rgb(3,7,6); }
div.DivClassName
{
background-color: #030706;
}
.BgClassName
{
background-color: #030706;
}
</style>
border-color css
<style>
span { border-color: #030706; }
span { border-color: rgb(3,7,6); }
td.TdClassName
{
border-color: #030706;
}
.TagClassName
{
border-color: #030706;
}
</style>