Shades of Dark Green #032E2B
Tints of Dark Green #032E2B
RGB
CMYK
RGB Variations
Color information
#032E2B (or 0x032E2B) is known color: Dark Green. HEX triplet: 03, 2E and 2B. RGB value is (3,46,43). Sum of RGB (Red+Green+Blue) = 3+46+43=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #032E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E2B is #FCD1D4. Grayscale: #202020. Windows color (decimal): -16568789 or 2829827. OLE color: 2829827.
HSL color Cylindrical-coordinate representation of color #032E2B: hue angle of 175.81º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E2B is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 3 | 46 | 43 | - |
CMYK | 0.93 | 0 | 0.07 | 0.82 |
HSL | 175.81º | 0.88% | 0.1% | - |
HSV(B) | 175.81º | 0.93% | 0.18% | - |
XYZ | 1.45 | 2.15 | 2.62 | - |
YUV | 32.8 | 133.75 | 106.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 46 | 43 | 0.93 | 0 | 0.07 | 0.82 | 175.81 | 0.88 | 0.1 |
Hex | 3 | 2E | 2B | 5D | 0 | 7 | 52 | B0 | 58 | A |
Octal | 3 | 56 | 53 | 135 | 0 | 7 | 122 | 260 | 130 | 12 |
Binary | 11 | 101110 | 101011 | 1011101 | 0 | 111 | 1010010 | 10110000 | 1011000 | 1010 |
Color Harmonies of #032E2B
Complementary color
Monochromatic Colors of #032E2B
Black with #032E2B
Text Example
Text Example
White with #032E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E2B; }
p { color: rgb(3,46,43); }
H1.HeaderClassName
{
color: #032E2B;
}
.AnyTagClassName
{
color: #032E2B;
}
</style>
background-color css
<style>
a { background-color: #032E2B; }
a { background-color: rgb(3,46,43); }
div.DivClassName
{
background-color: #032E2B;
}
.BgClassName
{
background-color: #032E2B;
}
</style>
border-color css
<style>
span { border-color: #032E2B; }
span { border-color: rgb(3,46,43); }
td.TdClassName
{
border-color: #032E2B;
}
.TagClassName
{
border-color: #032E2B;
}
</style>