Shades of Dark Green #05311C
Tints of Dark Green #05311C
RGB
CMYK
RGB Variations
Color information
#05311C (or 0x05311C) is known color: Dark Green. HEX triplet: 05, 31 and 1C. RGB value is (5,49,28). Sum of RGB (Red+Green+Blue) = 5+49+28=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #05311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311C is #FACEE3. Grayscale: #212121. Windows color (decimal): -16436964 or 1847557. OLE color: 1847557.
HSL color Cylindrical-coordinate representation of color #05311C: hue angle of 151.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05311C is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 28 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.81 |
| HSL | 151.36º | 0.81% | 0.11% | - |
| HSV(B) | 151.36º | 0.9% | 0.19% | - |
| XYZ | 1.37 | 2.31 | 1.47 | - |
| YUV | 33.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 28 | 0.90 | 0 | 0.43 | 0.81 | 151.36 | 0.81 | 0.11 |
| Hex | 5 | 31 | 1C | 5A | 0 | 2B | 51 | 97 | 51 | B |
| Octal | 5 | 61 | 34 | 132 | 0 | 53 | 121 | 227 | 121 | 13 |
| Binary | 101 | 110001 | 11100 | 1011010 | 0 | 101011 | 1010001 | 10010111 | 1010001 | 1011 |
Color Harmonies of #05311C
Complementary color
Monochromatic Colors of #05311C
Black with #05311C
Text Example
Text Example
White with #05311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05311C; }
p { color: rgb(5,49,28); }
H1.HeaderClassName
{
color: #05311C;
}
.AnyTagClassName
{
color: #05311C;
}
</style>
background-color css
<style>
a { background-color: #05311C; }
a { background-color: rgb(5,49,28); }
div.DivClassName
{
background-color: #05311C;
}
.BgClassName
{
background-color: #05311C;
}
</style>
border-color css
<style>
span { border-color: #05311C; }
span { border-color: rgb(5,49,28); }
td.TdClassName
{
border-color: #05311C;
}
.TagClassName
{
border-color: #05311C;
}
</style>