Shades of Dark Green #06301D
Tints of Dark Green #06301D
RGB
CMYK
RGB Variations
Color information
#06301D (or 0x06301D) is known color: Dark Green. HEX triplet: 06, 30 and 1D. RGB value is (6,48,29). Sum of RGB (Red+Green+Blue) = 6+48+29=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #06301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301D is #F9CFE2. Grayscale: #212121. Windows color (decimal): -16371683 or 1912838. OLE color: 1912838.
HSL color Cylindrical-coordinate representation of color #06301D: hue angle of 152.86º 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 #06301D is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 29 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.81 |
| HSL | 152.86º | 0.78% | 0.11% | - |
| HSV(B) | 152.86º | 0.88% | 0.19% | - |
| XYZ | 1.35 | 2.24 | 1.52 | - |
| YUV | 33.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 29 | 0.87 | 0 | 0.40 | 0.81 | 152.86 | 0.78 | 0.11 |
| Hex | 6 | 30 | 1D | 57 | 0 | 28 | 51 | 99 | 4E | B |
| Octal | 6 | 60 | 35 | 127 | 0 | 50 | 121 | 231 | 116 | 13 |
| Binary | 110 | 110000 | 11101 | 1010111 | 0 | 101000 | 1010001 | 10011001 | 1001110 | 1011 |
Color Harmonies of #06301D
Complementary color
Monochromatic Colors of #06301D
Black with #06301D
Text Example
Text Example
White with #06301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06301D; }
p { color: rgb(6,48,29); }
H1.HeaderClassName
{
color: #06301D;
}
.AnyTagClassName
{
color: #06301D;
}
</style>
background-color css
<style>
a { background-color: #06301D; }
a { background-color: rgb(6,48,29); }
div.DivClassName
{
background-color: #06301D;
}
.BgClassName
{
background-color: #06301D;
}
</style>
border-color css
<style>
span { border-color: #06301D; }
span { border-color: rgb(6,48,29); }
td.TdClassName
{
border-color: #06301D;
}
.TagClassName
{
border-color: #06301D;
}
</style>