Shades of Dark Green #032C1B
Tints of Dark Green #032C1B
RGB
CMYK
RGB Variations
Color information
#032C1B (or 0x032C1B) is known color: Dark Green. HEX triplet: 03, 2C and 1B. RGB value is (3,44,27). Sum of RGB (Red+Green+Blue) = 3+44+27=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #032C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C1B is #FCD3E4. Grayscale: #1D1D1D. Windows color (decimal): -16569317 or 1780739. OLE color: 1780739.
HSL color Cylindrical-coordinate representation of color #032C1B: hue angle of 155.12º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032C1B is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 44 | 27 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.83 |
| HSL | 155.12º | 0.87% | 0.09% | - |
| HSV(B) | 155.12º | 0.93% | 0.17% | - |
| XYZ | 1.14 | 1.9 | 1.34 | - |
| YUV | 29.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 27 | 0.93 | 0 | 0.39 | 0.83 | 155.12 | 0.87 | 0.09 |
| Hex | 3 | 2C | 1B | 5D | 0 | 27 | 53 | 9B | 57 | 9 |
| Octal | 3 | 54 | 33 | 135 | 0 | 47 | 123 | 233 | 127 | 11 |
| Binary | 11 | 101100 | 11011 | 1011101 | 0 | 100111 | 1010011 | 10011011 | 1010111 | 1001 |
Color Harmonies of #032C1B
Complementary color
Monochromatic Colors of #032C1B
Black with #032C1B
Text Example
Text Example
White with #032C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C1B; }
p { color: rgb(3,44,27); }
H1.HeaderClassName
{
color: #032C1B;
}
.AnyTagClassName
{
color: #032C1B;
}
</style>
background-color css
<style>
a { background-color: #032C1B; }
a { background-color: rgb(3,44,27); }
div.DivClassName
{
background-color: #032C1B;
}
.BgClassName
{
background-color: #032C1B;
}
</style>
border-color css
<style>
span { border-color: #032C1B; }
span { border-color: rgb(3,44,27); }
td.TdClassName
{
border-color: #032C1B;
}
.TagClassName
{
border-color: #032C1B;
}
</style>