Shades of Dark Green #030B05
Tints of Dark Green #030B05
RGB
CMYK
RGB Variations
Color information
#030B05 (or 0x030B05) is known color: Dark Green. HEX triplet: 03, 0B and 05. RGB value is (3,11,5). Sum of RGB (Red+Green+Blue) = 3+11+5=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #030B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B05 is #FCF4FA. Grayscale: #070707. Windows color (decimal): -16577787 or 330499. OLE color: 330499.
HSL color Cylindrical-coordinate representation of color #030B05: hue angle of 135º 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 #030B05 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
RGB | 3 | 11 | 5 | - |
CMYK | 0.73 | 0 | 0.55 | 0.96 |
HSL | 135º | 0.57% | 0.03% | - |
HSV(B) | 135º | 0.73% | 0.04% | - |
XYZ | 0.18 | 0.27 | 0.19 | - |
YUV | 7.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 11 | 5 | 0.73 | 0 | 0.55 | 0.96 | 135 | 0.57 | 0.03 |
Hex | 3 | B | 5 | 49 | 0 | 37 | 60 | 87 | 39 | 3 |
Octal | 3 | 13 | 5 | 111 | 0 | 67 | 140 | 207 | 71 | 3 |
Binary | 11 | 1011 | 101 | 1001001 | 0 | 110111 | 1100000 | 10000111 | 111001 | 11 |
Color Harmonies of #030B05
Complementary color
Monochromatic Colors of #030B05
Black with #030B05
Text Example
Text Example
White with #030B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B05; }
p { color: rgb(3,11,5); }
H1.HeaderClassName
{
color: #030B05;
}
.AnyTagClassName
{
color: #030B05;
}
</style>
background-color css
<style>
a { background-color: #030B05; }
a { background-color: rgb(3,11,5); }
div.DivClassName
{
background-color: #030B05;
}
.BgClassName
{
background-color: #030B05;
}
</style>
border-color css
<style>
span { border-color: #030B05; }
span { border-color: rgb(3,11,5); }
td.TdClassName
{
border-color: #030B05;
}
.TagClassName
{
border-color: #030B05;
}
</style>