Shades of Dark Green #06210E
Tints of Dark Green #06210E
RGB
CMYK
RGB Variations
Color information
#06210E (or 0x06210E) is known color: Dark Green. HEX triplet: 06, 21 and 0E. RGB value is (6,33,14). Sum of RGB (Red+Green+Blue) = 6+33+14=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #06210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06210E is #F9DEF1. Grayscale: #161616. Windows color (decimal): -16375538 or 925958. OLE color: 925958.
HSL color Cylindrical-coordinate representation of color #06210E: hue angle of 137.78º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06210E is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 14 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.87 |
| HSL | 137.78º | 0.69% | 0.08% | - |
| HSV(B) | 137.78º | 0.82% | 0.13% | - |
| XYZ | 0.7 | 1.16 | 0.6 | - |
| YUV | 22.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 14 | 0.82 | 0 | 0.58 | 0.87 | 137.78 | 0.69 | 0.08 |
| Hex | 6 | 21 | E | 52 | 0 | 3A | 57 | 8A | 45 | 8 |
| Octal | 6 | 41 | 16 | 122 | 0 | 72 | 127 | 212 | 105 | 10 |
| Binary | 110 | 100001 | 1110 | 1010010 | 0 | 111010 | 1010111 | 10001010 | 1000101 | 1000 |
Color Harmonies of #06210E
Complementary color
Monochromatic Colors of #06210E
Black with #06210E
Text Example
Text Example
White with #06210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06210E; }
p { color: rgb(6,33,14); }
H1.HeaderClassName
{
color: #06210E;
}
.AnyTagClassName
{
color: #06210E;
}
</style>
background-color css
<style>
a { background-color: #06210E; }
a { background-color: rgb(6,33,14); }
div.DivClassName
{
background-color: #06210E;
}
.BgClassName
{
background-color: #06210E;
}
</style>
border-color css
<style>
span { border-color: #06210E; }
span { border-color: rgb(6,33,14); }
td.TdClassName
{
border-color: #06210E;
}
.TagClassName
{
border-color: #06210E;
}
</style>