Shades of Dark Green #062B1C
Tints of Dark Green #062B1C
RGB
CMYK
RGB Variations
Color information
#062B1C (or 0x062B1C) is known color: Dark Green. HEX triplet: 06, 2B and 1C. RGB value is (6,43,28). Sum of RGB (Red+Green+Blue) = 6+43+28=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #062B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B1C is #F9D4E3. Grayscale: #1E1E1E. Windows color (decimal): -16372964 or 1846022. OLE color: 1846022.
HSL color Cylindrical-coordinate representation of color #062B1C: hue angle of 155.68º 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 #062B1C is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 28 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.83 |
| HSL | 155.68º | 0.76% | 0.1% | - |
| HSV(B) | 155.68º | 0.86% | 0.17% | - |
| XYZ | 1.15 | 1.85 | 1.4 | - |
| YUV | 30.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 28 | 0.86 | 0 | 0.35 | 0.83 | 155.68 | 0.76 | 0.1 |
| Hex | 6 | 2B | 1C | 56 | 0 | 23 | 53 | 9C | 4C | A |
| Octal | 6 | 53 | 34 | 126 | 0 | 43 | 123 | 234 | 114 | 12 |
| Binary | 110 | 101011 | 11100 | 1010110 | 0 | 100011 | 1010011 | 10011100 | 1001100 | 1010 |
Color Harmonies of #062B1C
Complementary color
Monochromatic Colors of #062B1C
Black with #062B1C
Text Example
Text Example
White with #062B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B1C; }
p { color: rgb(6,43,28); }
H1.HeaderClassName
{
color: #062B1C;
}
.AnyTagClassName
{
color: #062B1C;
}
</style>
background-color css
<style>
a { background-color: #062B1C; }
a { background-color: rgb(6,43,28); }
div.DivClassName
{
background-color: #062B1C;
}
.BgClassName
{
background-color: #062B1C;
}
</style>
border-color css
<style>
span { border-color: #062B1C; }
span { border-color: rgb(6,43,28); }
td.TdClassName
{
border-color: #062B1C;
}
.TagClassName
{
border-color: #062B1C;
}
</style>