Shades of Dark Green #06271C
Tints of Dark Green #06271C
RGB
CMYK
RGB Variations
Color information
#06271C (or 0x06271C) is known color: Dark Green. HEX triplet: 06, 27 and 1C. RGB value is (6,39,28). Sum of RGB (Red+Green+Blue) = 6+39+28=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #06271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06271C is #F9D8E3. Grayscale: #1B1B1B. Windows color (decimal): -16373988 or 1844998. OLE color: 1844998.
HSL color Cylindrical-coordinate representation of color #06271C: hue angle of 160º 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 #06271C is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 39 | 28 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.85 |
| HSL | 160º | 0.73% | 0.09% | - |
| HSV(B) | 160º | 0.85% | 0.15% | - |
| XYZ | 1.01 | 1.57 | 1.35 | - |
| YUV | 27.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 28 | 0.85 | 0 | 0.28 | 0.85 | 160 | 0.73 | 0.09 |
| Hex | 6 | 27 | 1C | 55 | 0 | 1C | 55 | A0 | 49 | 9 |
| Octal | 6 | 47 | 34 | 125 | 0 | 34 | 125 | 240 | 111 | 11 |
| Binary | 110 | 100111 | 11100 | 1010101 | 0 | 11100 | 1010101 | 10100000 | 1001001 | 1001 |
Color Harmonies of #06271C
Complementary color
Monochromatic Colors of #06271C
Black with #06271C
Text Example
Text Example
White with #06271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06271C; }
p { color: rgb(6,39,28); }
H1.HeaderClassName
{
color: #06271C;
}
.AnyTagClassName
{
color: #06271C;
}
</style>
background-color css
<style>
a { background-color: #06271C; }
a { background-color: rgb(6,39,28); }
div.DivClassName
{
background-color: #06271C;
}
.BgClassName
{
background-color: #06271C;
}
</style>
border-color css
<style>
span { border-color: #06271C; }
span { border-color: rgb(6,39,28); }
td.TdClassName
{
border-color: #06271C;
}
.TagClassName
{
border-color: #06271C;
}
</style>