Shades of Dark Green #062C1F
Tints of Dark Green #062C1F
RGB
CMYK
RGB Variations
Color information
#062C1F (or 0x062C1F) is known color: Dark Green. HEX triplet: 06, 2C and 1F. RGB value is (6,44,31). Sum of RGB (Red+Green+Blue) = 6+44+31=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 44 (17.58% from 255 or 54.32% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 44 - color contains mainly: green. Hex color #062C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C1F is #F9D3E0. Grayscale: #1F1F1F. Windows color (decimal): -16372705 or 2042886. OLE color: 2042886.
HSL color Cylindrical-coordinate representation of color #062C1F: hue angle of 159.47º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C1F is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 44 | 31 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.83 |
| HSL | 159.47º | 0.76% | 0.1% | - |
| HSV(B) | 159.47º | 0.86% | 0.17% | - |
| XYZ | 1.22 | 1.94 | 1.61 | - |
| YUV | 31.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 31 | 0.86 | 0 | 0.30 | 0.83 | 159.47 | 0.76 | 0.1 |
| Hex | 6 | 2C | 1F | 56 | 0 | 1E | 53 | 9F | 4C | A |
| Octal | 6 | 54 | 37 | 126 | 0 | 36 | 123 | 237 | 114 | 12 |
| Binary | 110 | 101100 | 11111 | 1010110 | 0 | 11110 | 1010011 | 10011111 | 1001100 | 1010 |
Color Harmonies of #062C1F
Complementary color
Monochromatic Colors of #062C1F
Black with #062C1F
Text Example
Text Example
White with #062C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C1F; }
p { color: rgb(6,44,31); }
H1.HeaderClassName
{
color: #062C1F;
}
.AnyTagClassName
{
color: #062C1F;
}
</style>
background-color css
<style>
a { background-color: #062C1F; }
a { background-color: rgb(6,44,31); }
div.DivClassName
{
background-color: #062C1F;
}
.BgClassName
{
background-color: #062C1F;
}
</style>
border-color css
<style>
span { border-color: #062C1F; }
span { border-color: rgb(6,44,31); }
td.TdClassName
{
border-color: #062C1F;
}
.TagClassName
{
border-color: #062C1F;
}
</style>