Shades of Dark Green #032E27
Tints of Dark Green #032E27
RGB
CMYK
RGB Variations
Color information
#032E27 (or 0x032E27) is known color: Dark Green. HEX triplet: 03, 2E and 27. RGB value is (3,46,39). Sum of RGB (Red+Green+Blue) = 3+46+39=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 46 (18.36% from 255 or 52.27% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 46 - color contains mainly: green. Hex color #032E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E27 is #FCD1D8. Grayscale: #202020. Windows color (decimal): -16568793 or 2567683. OLE color: 2567683.
HSL color Cylindrical-coordinate representation of color #032E27: hue angle of 170.23º 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 #032E27 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 39 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.82 |
| HSL | 170.23º | 0.88% | 0.1% | - |
| HSV(B) | 170.23º | 0.93% | 0.18% | - |
| XYZ | 1.38 | 2.12 | 2.26 | - |
| YUV | 32.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 39 | 0.93 | 0 | 0.15 | 0.82 | 170.23 | 0.88 | 0.1 |
| Hex | 3 | 2E | 27 | 5D | 0 | F | 52 | AA | 58 | A |
| Octal | 3 | 56 | 47 | 135 | 0 | 17 | 122 | 252 | 130 | 12 |
| Binary | 11 | 101110 | 100111 | 1011101 | 0 | 1111 | 1010010 | 10101010 | 1011000 | 1010 |
Color Harmonies of #032E27
Complementary color
Monochromatic Colors of #032E27
Black with #032E27
Text Example
Text Example
White with #032E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E27; }
p { color: rgb(3,46,39); }
H1.HeaderClassName
{
color: #032E27;
}
.AnyTagClassName
{
color: #032E27;
}
</style>
background-color css
<style>
a { background-color: #032E27; }
a { background-color: rgb(3,46,39); }
div.DivClassName
{
background-color: #032E27;
}
.BgClassName
{
background-color: #032E27;
}
</style>
border-color css
<style>
span { border-color: #032E27; }
span { border-color: rgb(3,46,39); }
td.TdClassName
{
border-color: #032E27;
}
.TagClassName
{
border-color: #032E27;
}
</style>