Shades of Dark Green #062E1A
Tints of Dark Green #062E1A
RGB
CMYK
RGB Variations
Color information
#062E1A (or 0x062E1A) is known color: Dark Green. HEX triplet: 06, 2E and 1A. RGB value is (6,46,26). Sum of RGB (Red+Green+Blue) = 6+46+26=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #062E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E1A is #F9D1E5. Grayscale: #1F1F1F. Windows color (decimal): -16372198 or 1715718. OLE color: 1715718.
HSL color Cylindrical-coordinate representation of color #062E1A: hue angle of 150º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062E1A is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 46 | 26 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.82 |
| HSL | 150º | 0.77% | 0.1% | - |
| HSV(B) | 150º | 0.87% | 0.18% | - |
| XYZ | 1.24 | 2.07 | 1.31 | - |
| YUV | 31.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 26 | 0.87 | 0 | 0.43 | 0.82 | 150 | 0.77 | 0.1 |
| Hex | 6 | 2E | 1A | 57 | 0 | 2B | 52 | 96 | 4D | A |
| Octal | 6 | 56 | 32 | 127 | 0 | 53 | 122 | 226 | 115 | 12 |
| Binary | 110 | 101110 | 11010 | 1010111 | 0 | 101011 | 1010010 | 10010110 | 1001101 | 1010 |
Color Harmonies of #062E1A
Complementary color
Monochromatic Colors of #062E1A
Black with #062E1A
Text Example
Text Example
White with #062E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E1A; }
p { color: rgb(6,46,26); }
H1.HeaderClassName
{
color: #062E1A;
}
.AnyTagClassName
{
color: #062E1A;
}
</style>
background-color css
<style>
a { background-color: #062E1A; }
a { background-color: rgb(6,46,26); }
div.DivClassName
{
background-color: #062E1A;
}
.BgClassName
{
background-color: #062E1A;
}
</style>
border-color css
<style>
span { border-color: #062E1A; }
span { border-color: rgb(6,46,26); }
td.TdClassName
{
border-color: #062E1A;
}
.TagClassName
{
border-color: #062E1A;
}
</style>