Shades of Dark Green #05302A
Tints of Dark Green #05302A
RGB
CMYK
RGB Variations
Color information
#05302A (or 0x05302A) is known color: Dark Green. HEX triplet: 05, 30 and 2A. RGB value is (5,48,42). Sum of RGB (Red+Green+Blue) = 5+48+42=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #05302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05302A is #FACFD5. Grayscale: #222222. Windows color (decimal): -16437206 or 2764805. OLE color: 2764805.
HSL color Cylindrical-coordinate representation of color #05302A: hue angle of 171.63º 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 #05302A is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 42 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.81 |
| HSL | 171.63º | 0.81% | 0.1% | - |
| HSV(B) | 171.63º | 0.9% | 0.19% | - |
| XYZ | 1.54 | 2.31 | 2.56 | - |
| YUV | 34.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 42 | 0.90 | 0 | 0.13 | 0.81 | 171.63 | 0.81 | 0.1 |
| Hex | 5 | 30 | 2A | 5A | 0 | D | 51 | AC | 51 | A |
| Octal | 5 | 60 | 52 | 132 | 0 | 15 | 121 | 254 | 121 | 12 |
| Binary | 101 | 110000 | 101010 | 1011010 | 0 | 1101 | 1010001 | 10101100 | 1010001 | 1010 |
Color Harmonies of #05302A
Complementary color
Monochromatic Colors of #05302A
Black with #05302A
Text Example
Text Example
White with #05302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05302A; }
p { color: rgb(5,48,42); }
H1.HeaderClassName
{
color: #05302A;
}
.AnyTagClassName
{
color: #05302A;
}
</style>
background-color css
<style>
a { background-color: #05302A; }
a { background-color: rgb(5,48,42); }
div.DivClassName
{
background-color: #05302A;
}
.BgClassName
{
background-color: #05302A;
}
</style>
border-color css
<style>
span { border-color: #05302A; }
span { border-color: rgb(5,48,42); }
td.TdClassName
{
border-color: #05302A;
}
.TagClassName
{
border-color: #05302A;
}
</style>