Shades of Dark Green #03150A
Tints of Dark Green #03150A
RGB
CMYK
RGB Variations
Color information
#03150A (or 0x03150A) is known color: Dark Green. HEX triplet: 03, 15 and 0A. RGB value is (3,21,10). Sum of RGB (Red+Green+Blue) = 3+21+10=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #03150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03150A is #FCEAF5. Grayscale: #0E0E0E. Windows color (decimal): -16575222 or 660739. OLE color: 660739.
HSL color Cylindrical-coordinate representation of color #03150A: hue angle of 143.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #03150A is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 21 | 10 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.92 |
| HSL | 143.33º | 0.75% | 0.05% | - |
| HSV(B) | 143.33º | 0.86% | 0.08% | - |
| XYZ | 0.36 | 0.58 | 0.38 | - |
| YUV | 14.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 10 | 0.86 | 0 | 0.52 | 0.92 | 143.33 | 0.75 | 0.05 |
| Hex | 3 | 15 | A | 56 | 0 | 34 | 5C | 8F | 4B | 5 |
| Octal | 3 | 25 | 12 | 126 | 0 | 64 | 134 | 217 | 113 | 5 |
| Binary | 11 | 10101 | 1010 | 1010110 | 0 | 110100 | 1011100 | 10001111 | 1001011 | 101 |
Color Harmonies of #03150A
Complementary color
Monochromatic Colors of #03150A
Black with #03150A
Text Example
Text Example
White with #03150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03150A; }
p { color: rgb(3,21,10); }
H1.HeaderClassName
{
color: #03150A;
}
.AnyTagClassName
{
color: #03150A;
}
</style>
background-color css
<style>
a { background-color: #03150A; }
a { background-color: rgb(3,21,10); }
div.DivClassName
{
background-color: #03150A;
}
.BgClassName
{
background-color: #03150A;
}
</style>
border-color css
<style>
span { border-color: #03150A; }
span { border-color: rgb(3,21,10); }
td.TdClassName
{
border-color: #03150A;
}
.TagClassName
{
border-color: #03150A;
}
</style>