Shades of Dark Green #062E1B
Tints of Dark Green #062E1B
RGB
CMYK
RGB Variations
Color information
#062E1B (or 0x062E1B) is known color: Dark Green. HEX triplet: 06, 2E and 1B. RGB value is (6,46,27). Sum of RGB (Red+Green+Blue) = 6+46+27=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #062E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E1B is #F9D1E4. Grayscale: #1F1F1F. Windows color (decimal): -16372197 or 1781254. OLE color: 1781254.
HSL color Cylindrical-coordinate representation of color #062E1B: hue angle of 151.5º 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 #062E1B is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 46 | 27 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.82 |
| HSL | 151.5º | 0.77% | 0.1% | - |
| HSV(B) | 151.5º | 0.87% | 0.18% | - |
| XYZ | 1.25 | 2.07 | 1.37 | - |
| YUV | 31.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 27 | 0.87 | 0 | 0.41 | 0.82 | 151.5 | 0.77 | 0.1 |
| Hex | 6 | 2E | 1B | 57 | 0 | 29 | 52 | 98 | 4D | A |
| Octal | 6 | 56 | 33 | 127 | 0 | 51 | 122 | 230 | 115 | 12 |
| Binary | 110 | 101110 | 11011 | 1010111 | 0 | 101001 | 1010010 | 10011000 | 1001101 | 1010 |
Color Harmonies of #062E1B
Complementary color
Monochromatic Colors of #062E1B
Black with #062E1B
Text Example
Text Example
White with #062E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E1B; }
p { color: rgb(6,46,27); }
H1.HeaderClassName
{
color: #062E1B;
}
.AnyTagClassName
{
color: #062E1B;
}
</style>
background-color css
<style>
a { background-color: #062E1B; }
a { background-color: rgb(6,46,27); }
div.DivClassName
{
background-color: #062E1B;
}
.BgClassName
{
background-color: #062E1B;
}
</style>
border-color css
<style>
span { border-color: #062E1B; }
span { border-color: rgb(6,46,27); }
td.TdClassName
{
border-color: #062E1B;
}
.TagClassName
{
border-color: #062E1B;
}
</style>