Shades of Dark Green #032D1A
Tints of Dark Green #032D1A
RGB
CMYK
RGB Variations
Color information
#032D1A (or 0x032D1A) is known color: Dark Green. HEX triplet: 03, 2D and 1A. RGB value is (3,45,26). Sum of RGB (Red+Green+Blue) = 3+45+26=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 45 (17.97% from 255 or 60.81% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 45 - color contains mainly: green. Hex color #032D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D1A is #FCD2E5. Grayscale: #1E1E1E. Windows color (decimal): -16569062 or 1715459. OLE color: 1715459.
HSL color Cylindrical-coordinate representation of color #032D1A: hue angle of 152.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D1A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 26 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.82 |
| HSL | 152.86º | 0.88% | 0.09% | - |
| HSV(B) | 152.86º | 0.93% | 0.18% | - |
| XYZ | 1.16 | 1.97 | 1.3 | - |
| YUV | 30.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 26 | 0.93 | 0 | 0.42 | 0.82 | 152.86 | 0.88 | 0.09 |
| Hex | 3 | 2D | 1A | 5D | 0 | 2A | 52 | 99 | 58 | 9 |
| Octal | 3 | 55 | 32 | 135 | 0 | 52 | 122 | 231 | 130 | 11 |
| Binary | 11 | 101101 | 11010 | 1011101 | 0 | 101010 | 1010010 | 10011001 | 1011000 | 1001 |
Color Harmonies of #032D1A
Complementary color
Monochromatic Colors of #032D1A
Black with #032D1A
Text Example
Text Example
White with #032D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D1A; }
p { color: rgb(3,45,26); }
H1.HeaderClassName
{
color: #032D1A;
}
.AnyTagClassName
{
color: #032D1A;
}
</style>
background-color css
<style>
a { background-color: #032D1A; }
a { background-color: rgb(3,45,26); }
div.DivClassName
{
background-color: #032D1A;
}
.BgClassName
{
background-color: #032D1A;
}
</style>
border-color css
<style>
span { border-color: #032D1A; }
span { border-color: rgb(3,45,26); }
td.TdClassName
{
border-color: #032D1A;
}
.TagClassName
{
border-color: #032D1A;
}
</style>