Shades of Dark Green #06301C
Tints of Dark Green #06301C
RGB
CMYK
RGB Variations
Color information
#06301C (or 0x06301C) is known color: Dark Green. HEX triplet: 06, 30 and 1C. RGB value is (6,48,28). Sum of RGB (Red+Green+Blue) = 6+48+28=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #06301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301C is #F9CFE3. Grayscale: #212121. Windows color (decimal): -16371684 or 1847302. OLE color: 1847302.
HSL color Cylindrical-coordinate representation of color #06301C: hue angle of 151.43º 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 #06301C is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 28 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.81 |
| HSL | 151.43º | 0.78% | 0.11% | - |
| HSV(B) | 151.43º | 0.88% | 0.19% | - |
| XYZ | 1.34 | 2.24 | 1.46 | - |
| YUV | 33.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 28 | 0.87 | 0 | 0.42 | 0.81 | 151.43 | 0.78 | 0.11 |
| Hex | 6 | 30 | 1C | 57 | 0 | 2A | 51 | 97 | 4E | B |
| Octal | 6 | 60 | 34 | 127 | 0 | 52 | 121 | 227 | 116 | 13 |
| Binary | 110 | 110000 | 11100 | 1010111 | 0 | 101010 | 1010001 | 10010111 | 1001110 | 1011 |
Color Harmonies of #06301C
Complementary color
Monochromatic Colors of #06301C
Black with #06301C
Text Example
Text Example
White with #06301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06301C; }
p { color: rgb(6,48,28); }
H1.HeaderClassName
{
color: #06301C;
}
.AnyTagClassName
{
color: #06301C;
}
</style>
background-color css
<style>
a { background-color: #06301C; }
a { background-color: rgb(6,48,28); }
div.DivClassName
{
background-color: #06301C;
}
.BgClassName
{
background-color: #06301C;
}
</style>
border-color css
<style>
span { border-color: #06301C; }
span { border-color: rgb(6,48,28); }
td.TdClassName
{
border-color: #06301C;
}
.TagClassName
{
border-color: #06301C;
}
</style>