Shades of Dark Green #062E25
Tints of Dark Green #062E25
RGB
CMYK
RGB Variations
Color information
#062E25 (or 0x062E25) is known color: Dark Green. HEX triplet: 06, 2E and 25. RGB value is (6,46,37). Sum of RGB (Red+Green+Blue) = 6+46+37=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #062E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E25 is #F9D1DA. Grayscale: #212121. Windows color (decimal): -16372187 or 2436614. OLE color: 2436614.
HSL color Cylindrical-coordinate representation of color #062E25: hue angle of 166.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 #062E25 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 46 | 37 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.82 |
| HSL | 166.5º | 0.77% | 0.1% | - |
| HSV(B) | 166.5º | 0.87% | 0.18% | - |
| XYZ | 1.39 | 2.13 | 2.09 | - |
| YUV | 33.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 37 | 0.87 | 0 | 0.20 | 0.82 | 166.5 | 0.77 | 0.1 |
| Hex | 6 | 2E | 25 | 57 | 0 | 14 | 52 | A6 | 4D | A |
| Octal | 6 | 56 | 45 | 127 | 0 | 24 | 122 | 246 | 115 | 12 |
| Binary | 110 | 101110 | 100101 | 1010111 | 0 | 10100 | 1010010 | 10100110 | 1001101 | 1010 |
Color Harmonies of #062E25
Complementary color
Monochromatic Colors of #062E25
Black with #062E25
Text Example
Text Example
White with #062E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E25; }
p { color: rgb(6,46,37); }
H1.HeaderClassName
{
color: #062E25;
}
.AnyTagClassName
{
color: #062E25;
}
</style>
background-color css
<style>
a { background-color: #062E25; }
a { background-color: rgb(6,46,37); }
div.DivClassName
{
background-color: #062E25;
}
.BgClassName
{
background-color: #062E25;
}
</style>
border-color css
<style>
span { border-color: #062E25; }
span { border-color: rgb(6,46,37); }
td.TdClassName
{
border-color: #062E25;
}
.TagClassName
{
border-color: #062E25;
}
</style>