Shades of Dark Green #030E08
Tints of Dark Green #030E08
RGB
CMYK
RGB Variations
Color information
#030E08 (or 0x030E08) is known color: Dark Green. HEX triplet: 03, 0E and 08. RGB value is (3,14,8). Sum of RGB (Red+Green+Blue) = 3+14+8=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #030E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E08 is #FCF1F7. Grayscale: #0A0A0A. Windows color (decimal): -16577016 or 527875. OLE color: 527875.
HSL color Cylindrical-coordinate representation of color #030E08: hue angle of 147.27º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #030E08 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 14 | 8 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.95 |
| HSL | 147.27º | 0.65% | 0.03% | - |
| HSV(B) | 147.27º | 0.79% | 0.05% | - |
| XYZ | 0.24 | 0.35 | 0.28 | - |
| YUV | 10.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 8 | 0.79 | 0 | 0.43 | 0.95 | 147.27 | 0.65 | 0.03 |
| Hex | 3 | E | 8 | 4F | 0 | 2B | 5F | 93 | 41 | 3 |
| Octal | 3 | 16 | 10 | 117 | 0 | 53 | 137 | 223 | 101 | 3 |
| Binary | 11 | 1110 | 1000 | 1001111 | 0 | 101011 | 1011111 | 10010011 | 1000001 | 11 |
Color Harmonies of #030E08
Complementary color
Monochromatic Colors of #030E08
Black with #030E08
Text Example
Text Example
White with #030E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E08; }
p { color: rgb(3,14,8); }
H1.HeaderClassName
{
color: #030E08;
}
.AnyTagClassName
{
color: #030E08;
}
</style>
background-color css
<style>
a { background-color: #030E08; }
a { background-color: rgb(3,14,8); }
div.DivClassName
{
background-color: #030E08;
}
.BgClassName
{
background-color: #030E08;
}
</style>
border-color css
<style>
span { border-color: #030E08; }
span { border-color: rgb(3,14,8); }
td.TdClassName
{
border-color: #030E08;
}
.TagClassName
{
border-color: #030E08;
}
</style>