Shades of Dark Green #0A301D
Tints of Dark Green #0A301D
RGB
CMYK
RGB Variations
Color information
#0A301D (or 0x0A301D) is known color: Dark Green. HEX triplet: 0A, 30 and 1D. RGB value is (10,48,29). Sum of RGB (Red+Green+Blue) = 10+48+29=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0A301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A301D is #F5CFE2. Grayscale: #222222. Windows color (decimal): -16109539 or 1912842. OLE color: 1912842.
HSL color Cylindrical-coordinate representation of color #0A301D: hue angle of 150º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A301D is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 29 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.81 |
| HSL | 150º | 0.66% | 0.11% | - |
| HSV(B) | 150º | 0.79% | 0.19% | - |
| XYZ | 1.4 | 2.27 | 1.53 | - |
| YUV | 34.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 29 | 0.79 | 0 | 0.40 | 0.81 | 150 | 0.66 | 0.11 |
| Hex | A | 30 | 1D | 4F | 0 | 28 | 51 | 96 | 42 | B |
| Octal | 12 | 60 | 35 | 117 | 0 | 50 | 121 | 226 | 102 | 13 |
| Binary | 1010 | 110000 | 11101 | 1001111 | 0 | 101000 | 1010001 | 10010110 | 1000010 | 1011 |
Color Harmonies of #0A301D
Complementary color
Monochromatic Colors of #0A301D
Black with #0A301D
Text Example
Text Example
White with #0A301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A301D; }
p { color: rgb(10,48,29); }
H1.HeaderClassName
{
color: #0A301D;
}
.AnyTagClassName
{
color: #0A301D;
}
</style>
background-color css
<style>
a { background-color: #0A301D; }
a { background-color: rgb(10,48,29); }
div.DivClassName
{
background-color: #0A301D;
}
.BgClassName
{
background-color: #0A301D;
}
</style>
border-color css
<style>
span { border-color: #0A301D; }
span { border-color: rgb(10,48,29); }
td.TdClassName
{
border-color: #0A301D;
}
.TagClassName
{
border-color: #0A301D;
}
</style>