Shades of Dark Green #05311B
Tints of Dark Green #05311B
RGB
CMYK
RGB Variations
Color information
#05311B (or 0x05311B) is known color: Dark Green. HEX triplet: 05, 31 and 1B. RGB value is (5,49,27). Sum of RGB (Red+Green+Blue) = 5+49+27=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #05311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311B is #FACEE4. Grayscale: #212121. Windows color (decimal): -16436965 or 1782021. OLE color: 1782021.
HSL color Cylindrical-coordinate representation of color #05311B: hue angle of 150º 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 #05311B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 27 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.81 |
| HSL | 150º | 0.81% | 0.11% | - |
| HSV(B) | 150º | 0.9% | 0.19% | - |
| XYZ | 1.36 | 2.31 | 1.41 | - |
| YUV | 33.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 27 | 0.90 | 0 | 0.45 | 0.81 | 150 | 0.81 | 0.11 |
| Hex | 5 | 31 | 1B | 5A | 0 | 2D | 51 | 96 | 51 | B |
| Octal | 5 | 61 | 33 | 132 | 0 | 55 | 121 | 226 | 121 | 13 |
| Binary | 101 | 110001 | 11011 | 1011010 | 0 | 101101 | 1010001 | 10010110 | 1010001 | 1011 |
Color Harmonies of #05311B
Complementary color
Monochromatic Colors of #05311B
Black with #05311B
Text Example
Text Example
White with #05311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05311B; }
p { color: rgb(5,49,27); }
H1.HeaderClassName
{
color: #05311B;
}
.AnyTagClassName
{
color: #05311B;
}
</style>
background-color css
<style>
a { background-color: #05311B; }
a { background-color: rgb(5,49,27); }
div.DivClassName
{
background-color: #05311B;
}
.BgClassName
{
background-color: #05311B;
}
</style>
border-color css
<style>
span { border-color: #05311B; }
span { border-color: rgb(5,49,27); }
td.TdClassName
{
border-color: #05311B;
}
.TagClassName
{
border-color: #05311B;
}
</style>