Shades of Dark Green #05301E
Tints of Dark Green #05301E
RGB
CMYK
RGB Variations
Color information
#05301E (or 0x05301E) is known color: Dark Green. HEX triplet: 05, 30 and 1E. RGB value is (5,48,30). Sum of RGB (Red+Green+Blue) = 5+48+30=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #05301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05301E is #FACFE1. Grayscale: #212121. Windows color (decimal): -16437218 or 1978373. OLE color: 1978373.
HSL color Cylindrical-coordinate representation of color #05301E: hue angle of 154.88º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05301E is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 30 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.81 |
| HSL | 154.88º | 0.81% | 0.1% | - |
| HSV(B) | 154.88º | 0.9% | 0.19% | - |
| XYZ | 1.35 | 2.24 | 1.59 | - |
| YUV | 33.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 30 | 0.90 | 0 | 0.37 | 0.81 | 154.88 | 0.81 | 0.1 |
| Hex | 5 | 30 | 1E | 5A | 0 | 25 | 51 | 9B | 51 | A |
| Octal | 5 | 60 | 36 | 132 | 0 | 45 | 121 | 233 | 121 | 12 |
| Binary | 101 | 110000 | 11110 | 1011010 | 0 | 100101 | 1010001 | 10011011 | 1010001 | 1010 |
Color Harmonies of #05301E
Complementary color
Monochromatic Colors of #05301E
Black with #05301E
Text Example
Text Example
White with #05301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05301E; }
p { color: rgb(5,48,30); }
H1.HeaderClassName
{
color: #05301E;
}
.AnyTagClassName
{
color: #05301E;
}
</style>
background-color css
<style>
a { background-color: #05301E; }
a { background-color: rgb(5,48,30); }
div.DivClassName
{
background-color: #05301E;
}
.BgClassName
{
background-color: #05301E;
}
</style>
border-color css
<style>
span { border-color: #05301E; }
span { border-color: rgb(5,48,30); }
td.TdClassName
{
border-color: #05301E;
}
.TagClassName
{
border-color: #05301E;
}
</style>