Shades of Dark Green #05281C
Tints of Dark Green #05281C
RGB
CMYK
RGB Variations
Color information
#05281C (or 0x05281C) is known color: Dark Green. HEX triplet: 05, 28 and 1C. RGB value is (5,40,28). Sum of RGB (Red+Green+Blue) = 5+40+28=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #05281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281C is #FAD7E3. Grayscale: #1C1C1C. Windows color (decimal): -16439268 or 1845253. OLE color: 1845253.
HSL color Cylindrical-coordinate representation of color #05281C: hue angle of 159.43º 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 #05281C is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 28 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.84 |
| HSL | 159.43º | 0.78% | 0.09% | - |
| HSV(B) | 159.43º | 0.88% | 0.16% | - |
| XYZ | 1.03 | 1.63 | 1.36 | - |
| YUV | 28.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 28 | 0.88 | 0 | 0.30 | 0.84 | 159.43 | 0.78 | 0.09 |
| Hex | 5 | 28 | 1C | 58 | 0 | 1E | 54 | 9F | 4E | 9 |
| Octal | 5 | 50 | 34 | 130 | 0 | 36 | 124 | 237 | 116 | 11 |
| Binary | 101 | 101000 | 11100 | 1011000 | 0 | 11110 | 1010100 | 10011111 | 1001110 | 1001 |
Color Harmonies of #05281C
Complementary color
Monochromatic Colors of #05281C
Black with #05281C
Text Example
Text Example
White with #05281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05281C; }
p { color: rgb(5,40,28); }
H1.HeaderClassName
{
color: #05281C;
}
.AnyTagClassName
{
color: #05281C;
}
</style>
background-color css
<style>
a { background-color: #05281C; }
a { background-color: rgb(5,40,28); }
div.DivClassName
{
background-color: #05281C;
}
.BgClassName
{
background-color: #05281C;
}
</style>
border-color css
<style>
span { border-color: #05281C; }
span { border-color: rgb(5,40,28); }
td.TdClassName
{
border-color: #05281C;
}
.TagClassName
{
border-color: #05281C;
}
</style>