Shades of Dark Green #05341E
Tints of Dark Green #05341E
RGB
CMYK
RGB Variations
Color information
#05341E (or 0x05341E) is known color: Dark Green. HEX triplet: 05, 34 and 1E. RGB value is (5,52,30). Sum of RGB (Red+Green+Blue) = 5+52+30=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #05341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341E is #FACBE1. Grayscale: #232323. Windows color (decimal): -16436194 or 1979397. OLE color: 1979397.
HSL color Cylindrical-coordinate representation of color #05341E: hue angle of 151.91º 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 #05341E is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 30 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.80 |
| HSL | 151.91º | 0.82% | 0.11% | - |
| HSV(B) | 151.91º | 0.9% | 0.2% | - |
| XYZ | 1.52 | 2.58 | 1.65 | - |
| YUV | 35.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 30 | 0.90 | 0 | 0.42 | 0.80 | 151.91 | 0.82 | 0.11 |
| Hex | 5 | 34 | 1E | 5A | 0 | 2A | 50 | 98 | 52 | B |
| Octal | 5 | 64 | 36 | 132 | 0 | 52 | 120 | 230 | 122 | 13 |
| Binary | 101 | 110100 | 11110 | 1011010 | 0 | 101010 | 1010000 | 10011000 | 1010010 | 1011 |
Color Harmonies of #05341E
Complementary color
Monochromatic Colors of #05341E
Black with #05341E
Text Example
Text Example
White with #05341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05341E; }
p { color: rgb(5,52,30); }
H1.HeaderClassName
{
color: #05341E;
}
.AnyTagClassName
{
color: #05341E;
}
</style>
background-color css
<style>
a { background-color: #05341E; }
a { background-color: rgb(5,52,30); }
div.DivClassName
{
background-color: #05341E;
}
.BgClassName
{
background-color: #05341E;
}
</style>
border-color css
<style>
span { border-color: #05341E; }
span { border-color: rgb(5,52,30); }
td.TdClassName
{
border-color: #05341E;
}
.TagClassName
{
border-color: #05341E;
}
</style>