Shades of Dark Green #032A22
Tints of Dark Green #032A22
RGB
CMYK
RGB Variations
Color information
#032A22 (or 0x032A22) is known color: Dark Green. HEX triplet: 03, 2A and 22. RGB value is (3,42,34). Sum of RGB (Red+Green+Blue) = 3+42+34=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #032A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A22 is #FCD5DD. Grayscale: #1D1D1D. Windows color (decimal): -16569822 or 2238979. OLE color: 2238979.
HSL color Cylindrical-coordinate representation of color #032A22: hue angle of 167.69º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032A22 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
RGB | 3 | 42 | 34 | - |
CMYK | 0.93 | 0 | 0.19 | 0.84 |
HSL | 167.69º | 0.87% | 0.09% | - |
HSV(B) | 167.69º | 0.93% | 0.16% | - |
XYZ | 1.15 | 1.79 | 1.8 | - |
YUV | 29.43 | 130.58 | 109.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 42 | 34 | 0.93 | 0 | 0.19 | 0.84 | 167.69 | 0.87 | 0.09 |
Hex | 3 | 2A | 22 | 5D | 0 | 13 | 54 | A8 | 57 | 9 |
Octal | 3 | 52 | 42 | 135 | 0 | 23 | 124 | 250 | 127 | 11 |
Binary | 11 | 101010 | 100010 | 1011101 | 0 | 10011 | 1010100 | 10101000 | 1010111 | 1001 |
Color Harmonies of #032A22
Complementary color
Monochromatic Colors of #032A22
Black with #032A22
Text Example
Text Example
White with #032A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A22; }
p { color: rgb(3,42,34); }
H1.HeaderClassName
{
color: #032A22;
}
.AnyTagClassName
{
color: #032A22;
}
</style>
background-color css
<style>
a { background-color: #032A22; }
a { background-color: rgb(3,42,34); }
div.DivClassName
{
background-color: #032A22;
}
.BgClassName
{
background-color: #032A22;
}
</style>
border-color css
<style>
span { border-color: #032A22; }
span { border-color: rgb(3,42,34); }
td.TdClassName
{
border-color: #032A22;
}
.TagClassName
{
border-color: #032A22;
}
</style>