Shades of Dark Green #030606
Tints of Dark Green #030606
RGB
CMYK
RGB Variations
Color information
#030606 (or 0x030606) is known color: Dark Green. HEX triplet: 03, 06 and 06. RGB value is (3,6,6). Sum of RGB (Red+Green+Blue) = 3+6+6=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 6 - color contains mainly: green, blue. Hex color #030606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030606 is #FCF9F9. Grayscale: #050505. Windows color (decimal): -16579066 or 394755. OLE color: 394755.
HSL color Cylindrical-coordinate representation of color #030606: hue angle of 180º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #030606 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 3 | 6 | 6 | - |
| CMYK | 0.50 | 0 | 0 | 0.98 |
| HSL | 180º | 0.33% | 0.02% | - |
| HSV(B) | 180º | 0.5% | 0.02% | - |
| XYZ | 0.14 | 0.16 | 0.2 | - |
| YUV | 5.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 6 | 0.50 | 0 | 0 | 0.98 | 180 | 0.33 | 0.02 |
| Hex | 3 | 6 | 6 | 32 | 0 | 0 | 62 | B4 | 21 | 2 |
| Octal | 3 | 6 | 6 | 62 | 0 | 0 | 142 | 264 | 41 | 2 |
| Binary | 11 | 110 | 110 | 110010 | 0 | 0 | 1100010 | 10110100 | 100001 | 10 |
Color Harmonies of #030606
Complementary color
Monochromatic Colors of #030606
Black with #030606
Text Example
Text Example
White with #030606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030606; }
p { color: rgb(3,6,6); }
H1.HeaderClassName
{
color: #030606;
}
.AnyTagClassName
{
color: #030606;
}
</style>
background-color css
<style>
a { background-color: #030606; }
a { background-color: rgb(3,6,6); }
div.DivClassName
{
background-color: #030606;
}
.BgClassName
{
background-color: #030606;
}
</style>
border-color css
<style>
span { border-color: #030606; }
span { border-color: rgb(3,6,6); }
td.TdClassName
{
border-color: #030606;
}
.TagClassName
{
border-color: #030606;
}
</style>