Shades of Dark Green #05331A
Tints of Dark Green #05331A
RGB
CMYK
RGB Variations
Color information
#05331A (or 0x05331A) is known color: Dark Green. HEX triplet: 05, 33 and 1A. RGB value is (5,51,26). Sum of RGB (Red+Green+Blue) = 5+51+26=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #05331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05331A is #FACCE5. Grayscale: #222222. Windows color (decimal): -16436454 or 1716997. OLE color: 1716997.
HSL color Cylindrical-coordinate representation of color #05331A: hue angle of 147.39º 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 #05331A is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 26 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.8 |
| HSL | 147.39º | 0.82% | 0.11% | - |
| HSV(B) | 147.39º | 0.9% | 0.2% | - |
| XYZ | 1.43 | 2.47 | 1.38 | - |
| YUV | 34.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 26 | 0.90 | 0 | 0.49 | 0.8 | 147.39 | 0.82 | 0.11 |
| Hex | 5 | 33 | 1A | 5A | 0 | 31 | 50 | 93 | 52 | B |
| Octal | 5 | 63 | 32 | 132 | 0 | 61 | 120 | 223 | 122 | 13 |
| Binary | 101 | 110011 | 11010 | 1011010 | 0 | 110001 | 1010000 | 10010011 | 1010010 | 1011 |
Color Harmonies of #05331A
Complementary color
Monochromatic Colors of #05331A
Black with #05331A
Text Example
Text Example
White with #05331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05331A; }
p { color: rgb(5,51,26); }
H1.HeaderClassName
{
color: #05331A;
}
.AnyTagClassName
{
color: #05331A;
}
</style>
background-color css
<style>
a { background-color: #05331A; }
a { background-color: rgb(5,51,26); }
div.DivClassName
{
background-color: #05331A;
}
.BgClassName
{
background-color: #05331A;
}
</style>
border-color css
<style>
span { border-color: #05331A; }
span { border-color: rgb(5,51,26); }
td.TdClassName
{
border-color: #05331A;
}
.TagClassName
{
border-color: #05331A;
}
</style>