Shades of Dark Green #05302E
Tints of Dark Green #05302E
RGB
CMYK
RGB Variations
Color information
#05302E (or 0x05302E) is known color: Dark Green. HEX triplet: 05, 30 and 2E. RGB value is (5,48,46). Sum of RGB (Red+Green+Blue) = 5+48+46=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #05302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05302E is #FACFD1. Grayscale: #222222. Windows color (decimal): -16437202 or 3026949. OLE color: 3026949.
HSL color Cylindrical-coordinate representation of color #05302E: hue angle of 177.21º 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 #05302E is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 46 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.81 |
| HSL | 177.21º | 0.81% | 0.1% | - |
| HSV(B) | 177.21º | 0.9% | 0.19% | - |
| XYZ | 1.61 | 2.34 | 2.95 | - |
| YUV | 34.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 46 | 0.90 | 0 | 0.04 | 0.81 | 177.21 | 0.81 | 0.1 |
| Hex | 5 | 30 | 2E | 5A | 0 | 4 | 51 | B1 | 51 | A |
| Octal | 5 | 60 | 56 | 132 | 0 | 4 | 121 | 261 | 121 | 12 |
| Binary | 101 | 110000 | 101110 | 1011010 | 0 | 100 | 1010001 | 10110001 | 1010001 | 1010 |
Color Harmonies of #05302E
Complementary color
Monochromatic Colors of #05302E
Black with #05302E
Text Example
Text Example
White with #05302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05302E; }
p { color: rgb(5,48,46); }
H1.HeaderClassName
{
color: #05302E;
}
.AnyTagClassName
{
color: #05302E;
}
</style>
background-color css
<style>
a { background-color: #05302E; }
a { background-color: rgb(5,48,46); }
div.DivClassName
{
background-color: #05302E;
}
.BgClassName
{
background-color: #05302E;
}
</style>
border-color css
<style>
span { border-color: #05302E; }
span { border-color: rgb(5,48,46); }
td.TdClassName
{
border-color: #05302E;
}
.TagClassName
{
border-color: #05302E;
}
</style>