Shades of Dark Green #06312A
Tints of Dark Green #06312A
RGB
CMYK
RGB Variations
Color information
#06312A (or 0x06312A) is known color: Dark Green. HEX triplet: 06, 31 and 2A. RGB value is (6,49,42). Sum of RGB (Red+Green+Blue) = 6+49+42=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #06312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06312A is #F9CED5. Grayscale: #232323. Windows color (decimal): -16371414 or 2765062. OLE color: 2765062.
HSL color Cylindrical-coordinate representation of color #06312A: hue angle of 170.23º 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 #06312A is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 42 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.81 |
| HSL | 170.23º | 0.78% | 0.11% | - |
| HSV(B) | 170.23º | 0.88% | 0.19% | - |
| XYZ | 1.59 | 2.4 | 2.57 | - |
| YUV | 35.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 42 | 0.88 | 0 | 0.14 | 0.81 | 170.23 | 0.78 | 0.11 |
| Hex | 6 | 31 | 2A | 58 | 0 | E | 51 | AA | 4E | B |
| Octal | 6 | 61 | 52 | 130 | 0 | 16 | 121 | 252 | 116 | 13 |
| Binary | 110 | 110001 | 101010 | 1011000 | 0 | 1110 | 1010001 | 10101010 | 1001110 | 1011 |
Color Harmonies of #06312A
Complementary color
Monochromatic Colors of #06312A
Black with #06312A
Text Example
Text Example
White with #06312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06312A; }
p { color: rgb(6,49,42); }
H1.HeaderClassName
{
color: #06312A;
}
.AnyTagClassName
{
color: #06312A;
}
</style>
background-color css
<style>
a { background-color: #06312A; }
a { background-color: rgb(6,49,42); }
div.DivClassName
{
background-color: #06312A;
}
.BgClassName
{
background-color: #06312A;
}
</style>
border-color css
<style>
span { border-color: #06312A; }
span { border-color: rgb(6,49,42); }
td.TdClassName
{
border-color: #06312A;
}
.TagClassName
{
border-color: #06312A;
}
</style>