Shades of Dark Green #06271E
Tints of Dark Green #06271E
RGB
CMYK
RGB Variations
Color information
#06271E (or 0x06271E) is known color: Dark Green. HEX triplet: 06, 27 and 1E. RGB value is (6,39,30). Sum of RGB (Red+Green+Blue) = 6+39+30=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #06271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06271E is #F9D8E1. Grayscale: #1C1C1C. Windows color (decimal): -16373986 or 1976070. OLE color: 1976070.
HSL color Cylindrical-coordinate representation of color #06271E: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06271E is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 39 | 30 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.85 |
| HSL | 163.64º | 0.73% | 0.09% | - |
| HSV(B) | 163.64º | 0.85% | 0.15% | - |
| XYZ | 1.03 | 1.58 | 1.48 | - |
| YUV | 28.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 30 | 0.85 | 0 | 0.23 | 0.85 | 163.64 | 0.73 | 0.09 |
| Hex | 6 | 27 | 1E | 55 | 0 | 17 | 55 | A4 | 49 | 9 |
| Octal | 6 | 47 | 36 | 125 | 0 | 27 | 125 | 244 | 111 | 11 |
| Binary | 110 | 100111 | 11110 | 1010101 | 0 | 10111 | 1010101 | 10100100 | 1001001 | 1001 |
Color Harmonies of #06271E
Complementary color
Monochromatic Colors of #06271E
Black with #06271E
Text Example
Text Example
White with #06271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06271E; }
p { color: rgb(6,39,30); }
H1.HeaderClassName
{
color: #06271E;
}
.AnyTagClassName
{
color: #06271E;
}
</style>
background-color css
<style>
a { background-color: #06271E; }
a { background-color: rgb(6,39,30); }
div.DivClassName
{
background-color: #06271E;
}
.BgClassName
{
background-color: #06271E;
}
</style>
border-color css
<style>
span { border-color: #06271E; }
span { border-color: rgb(6,39,30); }
td.TdClassName
{
border-color: #06271E;
}
.TagClassName
{
border-color: #06271E;
}
</style>