Shades of Dark Green #06312D
Tints of Dark Green #06312D
RGB
CMYK
RGB Variations
Color information
#06312D (or 0x06312D) is known color: Dark Green. HEX triplet: 06, 31 and 2D. RGB value is (6,49,45). Sum of RGB (Red+Green+Blue) = 6+49+45=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #06312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06312D is #F9CED2. Grayscale: #232323. Windows color (decimal): -16371411 or 2961670. OLE color: 2961670.
HSL color Cylindrical-coordinate representation of color #06312D: hue angle of 174.42º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06312D is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 45 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.81 |
| HSL | 174.42º | 0.78% | 0.11% | - |
| HSV(B) | 174.42º | 0.88% | 0.19% | - |
| XYZ | 1.65 | 2.42 | 2.86 | - |
| YUV | 35.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 45 | 0.88 | 0 | 0.08 | 0.81 | 174.42 | 0.78 | 0.11 |
| Hex | 6 | 31 | 2D | 58 | 0 | 8 | 51 | AE | 4E | B |
| Octal | 6 | 61 | 55 | 130 | 0 | 10 | 121 | 256 | 116 | 13 |
| Binary | 110 | 110001 | 101101 | 1011000 | 0 | 1000 | 1010001 | 10101110 | 1001110 | 1011 |
Color Harmonies of #06312D
Complementary color
Monochromatic Colors of #06312D
Black with #06312D
Text Example
Text Example
White with #06312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06312D; }
p { color: rgb(6,49,45); }
H1.HeaderClassName
{
color: #06312D;
}
.AnyTagClassName
{
color: #06312D;
}
</style>
background-color css
<style>
a { background-color: #06312D; }
a { background-color: rgb(6,49,45); }
div.DivClassName
{
background-color: #06312D;
}
.BgClassName
{
background-color: #06312D;
}
</style>
border-color css
<style>
span { border-color: #06312D; }
span { border-color: rgb(6,49,45); }
td.TdClassName
{
border-color: #06312D;
}
.TagClassName
{
border-color: #06312D;
}
</style>