Shades of Dark Green #05331C
Tints of Dark Green #05331C
RGB
CMYK
RGB Variations
Color information
#05331C (or 0x05331C) is known color: Dark Green. HEX triplet: 05, 33 and 1C. RGB value is (5,51,28). Sum of RGB (Red+Green+Blue) = 5+51+28=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #05331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05331C is #FACCE3. Grayscale: #222222. Windows color (decimal): -16436452 or 1848069. OLE color: 1848069.
HSL color Cylindrical-coordinate representation of color #05331C: hue angle of 150º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05331C is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 28 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.8 |
| HSL | 150º | 0.82% | 0.11% | - |
| HSV(B) | 150º | 0.9% | 0.2% | - |
| XYZ | 1.46 | 2.48 | 1.5 | - |
| YUV | 34.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 28 | 0.90 | 0 | 0.45 | 0.8 | 150 | 0.82 | 0.11 |
| Hex | 5 | 33 | 1C | 5A | 0 | 2D | 50 | 96 | 52 | B |
| Octal | 5 | 63 | 34 | 132 | 0 | 55 | 120 | 226 | 122 | 13 |
| Binary | 101 | 110011 | 11100 | 1011010 | 0 | 101101 | 1010000 | 10010110 | 1010010 | 1011 |
Color Harmonies of #05331C
Complementary color
Monochromatic Colors of #05331C
Black with #05331C
Text Example
Text Example
White with #05331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05331C; }
p { color: rgb(5,51,28); }
H1.HeaderClassName
{
color: #05331C;
}
.AnyTagClassName
{
color: #05331C;
}
</style>
background-color css
<style>
a { background-color: #05331C; }
a { background-color: rgb(5,51,28); }
div.DivClassName
{
background-color: #05331C;
}
.BgClassName
{
background-color: #05331C;
}
</style>
border-color css
<style>
span { border-color: #05331C; }
span { border-color: rgb(5,51,28); }
td.TdClassName
{
border-color: #05331C;
}
.TagClassName
{
border-color: #05331C;
}
</style>