Shades of Dark Green #06301A
Tints of Dark Green #06301A
RGB
CMYK
RGB Variations
Color information
#06301A (or 0x06301A) is known color: Dark Green. HEX triplet: 06, 30 and 1A. RGB value is (6,48,26). Sum of RGB (Red+Green+Blue) = 6+48+26=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #06301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301A is #F9CFE5. Grayscale: #202020. Windows color (decimal): -16371686 or 1716230. OLE color: 1716230.
HSL color Cylindrical-coordinate representation of color #06301A: hue angle of 148.57º 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 #06301A is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 26 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.81 |
| HSL | 148.57º | 0.78% | 0.11% | - |
| HSV(B) | 148.57º | 0.88% | 0.19% | - |
| XYZ | 1.32 | 2.23 | 1.34 | - |
| YUV | 32.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 26 | 0.87 | 0 | 0.46 | 0.81 | 148.57 | 0.78 | 0.11 |
| Hex | 6 | 30 | 1A | 57 | 0 | 2E | 51 | 95 | 4E | B |
| Octal | 6 | 60 | 32 | 127 | 0 | 56 | 121 | 225 | 116 | 13 |
| Binary | 110 | 110000 | 11010 | 1010111 | 0 | 101110 | 1010001 | 10010101 | 1001110 | 1011 |
Color Harmonies of #06301A
Complementary color
Monochromatic Colors of #06301A
Black with #06301A
Text Example
Text Example
White with #06301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06301A; }
p { color: rgb(6,48,26); }
H1.HeaderClassName
{
color: #06301A;
}
.AnyTagClassName
{
color: #06301A;
}
</style>
background-color css
<style>
a { background-color: #06301A; }
a { background-color: rgb(6,48,26); }
div.DivClassName
{
background-color: #06301A;
}
.BgClassName
{
background-color: #06301A;
}
</style>
border-color css
<style>
span { border-color: #06301A; }
span { border-color: rgb(6,48,26); }
td.TdClassName
{
border-color: #06301A;
}
.TagClassName
{
border-color: #06301A;
}
</style>