Shades of Dark Green #05281D
Tints of Dark Green #05281D
RGB
CMYK
RGB Variations
Color information
#05281D (or 0x05281D) is known color: Dark Green. HEX triplet: 05, 28 and 1D. RGB value is (5,40,29). Sum of RGB (Red+Green+Blue) = 5+40+29=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #05281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281D is #FAD7E2. Grayscale: #1C1C1C. Windows color (decimal): -16439267 or 1910789. OLE color: 1910789.
HSL color Cylindrical-coordinate representation of color #05281D: hue angle of 161.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05281D is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 29 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.84 |
| HSL | 161.14º | 0.78% | 0.09% | - |
| HSV(B) | 161.14º | 0.88% | 0.16% | - |
| XYZ | 1.04 | 1.64 | 1.42 | - |
| YUV | 28.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 29 | 0.88 | 0 | 0.28 | 0.84 | 161.14 | 0.78 | 0.09 |
| Hex | 5 | 28 | 1D | 58 | 0 | 1C | 54 | A1 | 4E | 9 |
| Octal | 5 | 50 | 35 | 130 | 0 | 34 | 124 | 241 | 116 | 11 |
| Binary | 101 | 101000 | 11101 | 1011000 | 0 | 11100 | 1010100 | 10100001 | 1001110 | 1001 |
Color Harmonies of #05281D
Complementary color
Monochromatic Colors of #05281D
Black with #05281D
Text Example
Text Example
White with #05281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05281D; }
p { color: rgb(5,40,29); }
H1.HeaderClassName
{
color: #05281D;
}
.AnyTagClassName
{
color: #05281D;
}
</style>
background-color css
<style>
a { background-color: #05281D; }
a { background-color: rgb(5,40,29); }
div.DivClassName
{
background-color: #05281D;
}
.BgClassName
{
background-color: #05281D;
}
</style>
border-color css
<style>
span { border-color: #05281D; }
span { border-color: rgb(5,40,29); }
td.TdClassName
{
border-color: #05281D;
}
.TagClassName
{
border-color: #05281D;
}
</style>