Shades of Dark Green #062A23
Tints of Dark Green #062A23
RGB
CMYK
RGB Variations
Color information
#062A23 (or 0x062A23) is known color: Dark Green. HEX triplet: 06, 2A and 23. RGB value is (6,42,35). Sum of RGB (Red+Green+Blue) = 6+42+35=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #062A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A23 is #F9D5DC. Grayscale: #1E1E1E. Windows color (decimal): -16373213 or 2304518. OLE color: 2304518.
HSL color Cylindrical-coordinate representation of color #062A23: hue angle of 168.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062A23 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 35 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.84 |
| HSL | 168.33º | 0.75% | 0.09% | - |
| HSV(B) | 168.33º | 0.86% | 0.16% | - |
| XYZ | 1.21 | 1.82 | 1.88 | - |
| YUV | 30.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 35 | 0.86 | 0 | 0.17 | 0.84 | 168.33 | 0.75 | 0.09 |
| Hex | 6 | 2A | 23 | 56 | 0 | 11 | 54 | A8 | 4B | 9 |
| Octal | 6 | 52 | 43 | 126 | 0 | 21 | 124 | 250 | 113 | 11 |
| Binary | 110 | 101010 | 100011 | 1010110 | 0 | 10001 | 1010100 | 10101000 | 1001011 | 1001 |
Color Harmonies of #062A23
Complementary color
Monochromatic Colors of #062A23
Black with #062A23
Text Example
Text Example
White with #062A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A23; }
p { color: rgb(6,42,35); }
H1.HeaderClassName
{
color: #062A23;
}
.AnyTagClassName
{
color: #062A23;
}
</style>
background-color css
<style>
a { background-color: #062A23; }
a { background-color: rgb(6,42,35); }
div.DivClassName
{
background-color: #062A23;
}
.BgClassName
{
background-color: #062A23;
}
</style>
border-color css
<style>
span { border-color: #062A23; }
span { border-color: rgb(6,42,35); }
td.TdClassName
{
border-color: #062A23;
}
.TagClassName
{
border-color: #062A23;
}
</style>