Shades of Dark Green #030B0A
Tints of Dark Green #030B0A
RGB
CMYK
RGB Variations
Color information
#030B0A (or 0x030B0A) is known color: Dark Green. HEX triplet: 03, 0B and 0A. RGB value is (3,11,10). Sum of RGB (Red+Green+Blue) = 3+11+10=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 11 - color contains mainly: green. Hex color #030B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0A is #FCF4F5. Grayscale: #080808. Windows color (decimal): -16577782 or 658179. OLE color: 658179.
HSL color Cylindrical-coordinate representation of color #030B0A: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #030B0A is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 11 | 10 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.96 |
| HSL | 172.5º | 0.57% | 0.03% | - |
| HSV(B) | 172.5º | 0.73% | 0.04% | - |
| XYZ | 0.21 | 0.28 | 0.33 | - |
| YUV | 8.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 10 | 0.73 | 0 | 0.09 | 0.96 | 172.5 | 0.57 | 0.03 |
| Hex | 3 | B | A | 49 | 0 | 9 | 60 | AC | 39 | 3 |
| Octal | 3 | 13 | 12 | 111 | 0 | 11 | 140 | 254 | 71 | 3 |
| Binary | 11 | 1011 | 1010 | 1001001 | 0 | 1001 | 1100000 | 10101100 | 111001 | 11 |
Color Harmonies of #030B0A
Complementary color
Monochromatic Colors of #030B0A
Black with #030B0A
Text Example
Text Example
White with #030B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B0A; }
p { color: rgb(3,11,10); }
H1.HeaderClassName
{
color: #030B0A;
}
.AnyTagClassName
{
color: #030B0A;
}
</style>
background-color css
<style>
a { background-color: #030B0A; }
a { background-color: rgb(3,11,10); }
div.DivClassName
{
background-color: #030B0A;
}
.BgClassName
{
background-color: #030B0A;
}
</style>
border-color css
<style>
span { border-color: #030B0A; }
span { border-color: rgb(3,11,10); }
td.TdClassName
{
border-color: #030B0A;
}
.TagClassName
{
border-color: #030B0A;
}
</style>