Shades of Dark Green #062B15
Tints of Dark Green #062B15
RGB
CMYK
RGB Variations
Color information
#062B15 (or 0x062B15) is known color: Dark Green. HEX triplet: 06, 2B and 15. RGB value is (6,43,21). Sum of RGB (Red+Green+Blue) = 6+43+21=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #062B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B15 is #F9D4EA. Grayscale: #1D1D1D. Windows color (decimal): -16372971 or 1387270. OLE color: 1387270.
HSL color Cylindrical-coordinate representation of color #062B15: hue angle of 144.32º 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 #062B15 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 21 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.83 |
| HSL | 144.32º | 0.76% | 0.1% | - |
| HSV(B) | 144.32º | 0.86% | 0.17% | - |
| XYZ | 1.07 | 1.82 | 1 | - |
| YUV | 29.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 21 | 0.86 | 0 | 0.51 | 0.83 | 144.32 | 0.76 | 0.1 |
| Hex | 6 | 2B | 15 | 56 | 0 | 33 | 53 | 90 | 4C | A |
| Octal | 6 | 53 | 25 | 126 | 0 | 63 | 123 | 220 | 114 | 12 |
| Binary | 110 | 101011 | 10101 | 1010110 | 0 | 110011 | 1010011 | 10010000 | 1001100 | 1010 |
Color Harmonies of #062B15
Complementary color
Monochromatic Colors of #062B15
Black with #062B15
Text Example
Text Example
White with #062B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B15; }
p { color: rgb(6,43,21); }
H1.HeaderClassName
{
color: #062B15;
}
.AnyTagClassName
{
color: #062B15;
}
</style>
background-color css
<style>
a { background-color: #062B15; }
a { background-color: rgb(6,43,21); }
div.DivClassName
{
background-color: #062B15;
}
.BgClassName
{
background-color: #062B15;
}
</style>
border-color css
<style>
span { border-color: #062B15; }
span { border-color: rgb(6,43,21); }
td.TdClassName
{
border-color: #062B15;
}
.TagClassName
{
border-color: #062B15;
}
</style>