Shades of Dark Green #063029
Tints of Dark Green #063029
RGB
CMYK
RGB Variations
Color information
#063029 (or 0x063029) is known color: Dark Green. HEX triplet: 06, 30 and 29. RGB value is (6,48,41). Sum of RGB (Red+Green+Blue) = 6+48+41=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #063029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063029 is #F9CFD6. Grayscale: #222222. Windows color (decimal): -16371671 or 2699270. OLE color: 2699270.
HSL color Cylindrical-coordinate representation of color #063029: hue angle of 170º 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 #063029 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 41 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.81 |
| HSL | 170º | 0.78% | 0.11% | - |
| HSV(B) | 170º | 0.88% | 0.19% | - |
| XYZ | 1.53 | 2.31 | 2.46 | - |
| YUV | 34.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 41 | 0.87 | 0 | 0.15 | 0.81 | 170 | 0.78 | 0.11 |
| Hex | 6 | 30 | 29 | 57 | 0 | F | 51 | AA | 4E | B |
| Octal | 6 | 60 | 51 | 127 | 0 | 17 | 121 | 252 | 116 | 13 |
| Binary | 110 | 110000 | 101001 | 1010111 | 0 | 1111 | 1010001 | 10101010 | 1001110 | 1011 |
Color Harmonies of #063029
Complementary color
Monochromatic Colors of #063029
Black with #063029
Text Example
Text Example
White with #063029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063029; }
p { color: rgb(6,48,41); }
H1.HeaderClassName
{
color: #063029;
}
.AnyTagClassName
{
color: #063029;
}
</style>
background-color css
<style>
a { background-color: #063029; }
a { background-color: rgb(6,48,41); }
div.DivClassName
{
background-color: #063029;
}
.BgClassName
{
background-color: #063029;
}
</style>
border-color css
<style>
span { border-color: #063029; }
span { border-color: rgb(6,48,41); }
td.TdClassName
{
border-color: #063029;
}
.TagClassName
{
border-color: #063029;
}
</style>