Shades of Dark Green #05281F
Tints of Dark Green #05281F
RGB
CMYK
RGB Variations
Color information
#05281F (or 0x05281F) is known color: Dark Green. HEX triplet: 05, 28 and 1F. RGB value is (5,40,31). Sum of RGB (Red+Green+Blue) = 5+40+31=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #05281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281F is #FAD7E0. Grayscale: #1C1C1C. Windows color (decimal): -16439265 or 2041861. OLE color: 2041861.
HSL color Cylindrical-coordinate representation of color #05281F: hue angle of 164.57º 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 #05281F is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 31 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.84 |
| HSL | 164.57º | 0.78% | 0.09% | - |
| HSV(B) | 164.57º | 0.88% | 0.16% | - |
| XYZ | 1.07 | 1.65 | 1.56 | - |
| YUV | 28.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 31 | 0.88 | 0 | 0.22 | 0.84 | 164.57 | 0.78 | 0.09 |
| Hex | 5 | 28 | 1F | 58 | 0 | 16 | 54 | A5 | 4E | 9 |
| Octal | 5 | 50 | 37 | 130 | 0 | 26 | 124 | 245 | 116 | 11 |
| Binary | 101 | 101000 | 11111 | 1011000 | 0 | 10110 | 1010100 | 10100101 | 1001110 | 1001 |
Color Harmonies of #05281F
Complementary color
Monochromatic Colors of #05281F
Black with #05281F
Text Example
Text Example
White with #05281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05281F; }
p { color: rgb(5,40,31); }
H1.HeaderClassName
{
color: #05281F;
}
.AnyTagClassName
{
color: #05281F;
}
</style>
background-color css
<style>
a { background-color: #05281F; }
a { background-color: rgb(5,40,31); }
div.DivClassName
{
background-color: #05281F;
}
.BgClassName
{
background-color: #05281F;
}
</style>
border-color css
<style>
span { border-color: #05281F; }
span { border-color: rgb(5,40,31); }
td.TdClassName
{
border-color: #05281F;
}
.TagClassName
{
border-color: #05281F;
}
</style>