Shades of Dark Green #062B2A
Tints of Dark Green #062B2A
RGB
CMYK
RGB Variations
Color information
#062B2A (or 0x062B2A) is known color: Dark Green. HEX triplet: 06, 2B and 2A. RGB value is (6,43,42). Sum of RGB (Red+Green+Blue) = 6+43+42=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #062B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B2A is #F9D4D5. Grayscale: #1F1F1F. Windows color (decimal): -16372950 or 2763526. OLE color: 2763526.
HSL color Cylindrical-coordinate representation of color #062B2A: hue angle of 178.38º 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 #062B2A is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
RGB | 6 | 43 | 42 | - |
CMYK | 0.86 | 0 | 0.02 | 0.83 |
HSL | 178.38º | 0.76% | 0.1% | - |
HSV(B) | 178.38º | 0.86% | 0.17% | - |
XYZ | 1.36 | 1.93 | 2.49 | - |
YUV | 31.82 | 133.74 | 109.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 43 | 42 | 0.86 | 0 | 0.02 | 0.83 | 178.38 | 0.76 | 0.1 |
Hex | 6 | 2B | 2A | 56 | 0 | 2 | 53 | B2 | 4C | A |
Octal | 6 | 53 | 52 | 126 | 0 | 2 | 123 | 262 | 114 | 12 |
Binary | 110 | 101011 | 101010 | 1010110 | 0 | 10 | 1010011 | 10110010 | 1001100 | 1010 |
Color Harmonies of #062B2A
Complementary color
Monochromatic Colors of #062B2A
Black with #062B2A
Text Example
Text Example
White with #062B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B2A; }
p { color: rgb(6,43,42); }
H1.HeaderClassName
{
color: #062B2A;
}
.AnyTagClassName
{
color: #062B2A;
}
</style>
background-color css
<style>
a { background-color: #062B2A; }
a { background-color: rgb(6,43,42); }
div.DivClassName
{
background-color: #062B2A;
}
.BgClassName
{
background-color: #062B2A;
}
</style>
border-color css
<style>
span { border-color: #062B2A; }
span { border-color: rgb(6,43,42); }
td.TdClassName
{
border-color: #062B2A;
}
.TagClassName
{
border-color: #062B2A;
}
</style>