Shades of Dark Green #030A08
Tints of Dark Green #030A08
RGB
CMYK
RGB Variations
Color information
#030A08 (or 0x030A08) is known color: Dark Green. HEX triplet: 03, 0A and 08. RGB value is (3,10,8). Sum of RGB (Red+Green+Blue) = 3+10+8=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 10 - color contains mainly: green. Hex color #030A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A08 is #FCF5F7. Grayscale: #070707. Windows color (decimal): -16578040 or 526851. OLE color: 526851.
HSL color Cylindrical-coordinate representation of color #030A08: hue angle of 162.86º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #030A08 is Cyan = 0.70, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 10 | 8 | - |
| CMYK | 0.70 | 0 | 0.2 | 0.96 |
| HSL | 162.86º | 0.54% | 0.03% | - |
| HSV(B) | 162.86º | 0.7% | 0.04% | - |
| XYZ | 0.19 | 0.25 | 0.27 | - |
| YUV | 7.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 8 | 0.70 | 0 | 0.2 | 0.96 | 162.86 | 0.54 | 0.03 |
| Hex | 3 | A | 8 | 46 | 0 | 14 | 60 | A3 | 36 | 3 |
| Octal | 3 | 12 | 10 | 106 | 0 | 24 | 140 | 243 | 66 | 3 |
| Binary | 11 | 1010 | 1000 | 1000110 | 0 | 10100 | 1100000 | 10100011 | 110110 | 11 |
Color Harmonies of #030A08
Complementary color
Monochromatic Colors of #030A08
Black with #030A08
Text Example
Text Example
White with #030A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A08; }
p { color: rgb(3,10,8); }
H1.HeaderClassName
{
color: #030A08;
}
.AnyTagClassName
{
color: #030A08;
}
</style>
background-color css
<style>
a { background-color: #030A08; }
a { background-color: rgb(3,10,8); }
div.DivClassName
{
background-color: #030A08;
}
.BgClassName
{
background-color: #030A08;
}
</style>
border-color css
<style>
span { border-color: #030A08; }
span { border-color: rgb(3,10,8); }
td.TdClassName
{
border-color: #030A08;
}
.TagClassName
{
border-color: #030A08;
}
</style>