Shades of Dark Green #05271E
Tints of Dark Green #05271E
RGB
CMYK
RGB Variations
Color information
#05271E (or 0x05271E) is known color: Dark Green. HEX triplet: 05, 27 and 1E. RGB value is (5,39,30). Sum of RGB (Red+Green+Blue) = 5+39+30=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #05271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05271E is #FAD8E1. Grayscale: #1B1B1B. Windows color (decimal): -16439522 or 1976069. OLE color: 1976069.
HSL color Cylindrical-coordinate representation of color #05271E: hue angle of 164.12º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05271E is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 30 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.85 |
| HSL | 164.12º | 0.77% | 0.09% | - |
| HSV(B) | 164.12º | 0.87% | 0.15% | - |
| XYZ | 1.02 | 1.58 | 1.48 | - |
| YUV | 27.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 30 | 0.87 | 0 | 0.23 | 0.85 | 164.12 | 0.77 | 0.09 |
| Hex | 5 | 27 | 1E | 57 | 0 | 17 | 55 | A4 | 4D | 9 |
| Octal | 5 | 47 | 36 | 127 | 0 | 27 | 125 | 244 | 115 | 11 |
| Binary | 101 | 100111 | 11110 | 1010111 | 0 | 10111 | 1010101 | 10100100 | 1001101 | 1001 |
Color Harmonies of #05271E
Complementary color
Monochromatic Colors of #05271E
Black with #05271E
Text Example
Text Example
White with #05271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05271E; }
p { color: rgb(5,39,30); }
H1.HeaderClassName
{
color: #05271E;
}
.AnyTagClassName
{
color: #05271E;
}
</style>
background-color css
<style>
a { background-color: #05271E; }
a { background-color: rgb(5,39,30); }
div.DivClassName
{
background-color: #05271E;
}
.BgClassName
{
background-color: #05271E;
}
</style>
border-color css
<style>
span { border-color: #05271E; }
span { border-color: rgb(5,39,30); }
td.TdClassName
{
border-color: #05271E;
}
.TagClassName
{
border-color: #05271E;
}
</style>