Shades of Dark Green #063A2C
Tints of Dark Green #063A2C
RGB
CMYK
RGB Variations
Color information
#063A2C (or 0x063A2C) is known color: Dark Green. HEX triplet: 06, 3A and 2C. RGB value is (6,58,44). Sum of RGB (Red+Green+Blue) = 6+58+44=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #063A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A2C is #F9C5D3. Grayscale: #282828. Windows color (decimal): -16369108 or 2898438. OLE color: 2898438.
HSL color Cylindrical-coordinate representation of color #063A2C: hue angle of 163.85º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A2C is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 44 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.77 |
| HSL | 163.85º | 0.81% | 0.13% | - |
| HSV(B) | 163.85º | 0.9% | 0.23% | - |
| XYZ | 2.04 | 3.25 | 2.9 | - |
| YUV | 40.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 44 | 0.90 | 0 | 0.24 | 0.77 | 163.85 | 0.81 | 0.13 |
| Hex | 6 | 3A | 2C | 5A | 0 | 18 | 4D | A4 | 51 | D |
| Octal | 6 | 72 | 54 | 132 | 0 | 30 | 115 | 244 | 121 | 15 |
| Binary | 110 | 111010 | 101100 | 1011010 | 0 | 11000 | 1001101 | 10100100 | 1010001 | 1101 |
Color Harmonies of #063A2C
Complementary color
Monochromatic Colors of #063A2C
Black with #063A2C
Text Example
Text Example
White with #063A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A2C; }
p { color: rgb(6,58,44); }
H1.HeaderClassName
{
color: #063A2C;
}
.AnyTagClassName
{
color: #063A2C;
}
</style>
background-color css
<style>
a { background-color: #063A2C; }
a { background-color: rgb(6,58,44); }
div.DivClassName
{
background-color: #063A2C;
}
.BgClassName
{
background-color: #063A2C;
}
</style>
border-color css
<style>
span { border-color: #063A2C; }
span { border-color: rgb(6,58,44); }
td.TdClassName
{
border-color: #063A2C;
}
.TagClassName
{
border-color: #063A2C;
}
</style>