Shades of Dark Green #033A29
Tints of Dark Green #033A29
RGB
CMYK
RGB Variations
Color information
#033A29 (or 0x033A29) is known color: Dark Green. HEX triplet: 03, 3A and 29. RGB value is (3,58,41). Sum of RGB (Red+Green+Blue) = 3+58+41=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #033A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A29 is #FCC5D6. Grayscale: #272727. Windows color (decimal): -16565719 or 2701827. OLE color: 2701827.
HSL color Cylindrical-coordinate representation of color #033A29: hue angle of 161.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A29 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 41 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.77 |
| HSL | 161.45º | 0.9% | 0.12% | - |
| HSV(B) | 161.45º | 0.95% | 0.23% | - |
| XYZ | 1.95 | 3.21 | 2.61 | - |
| YUV | 39.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 41 | 0.95 | 0 | 0.29 | 0.77 | 161.45 | 0.9 | 0.12 |
| Hex | 3 | 3A | 29 | 5F | 0 | 1D | 4D | A1 | 5A | C |
| Octal | 3 | 72 | 51 | 137 | 0 | 35 | 115 | 241 | 132 | 14 |
| Binary | 11 | 111010 | 101001 | 1011111 | 0 | 11101 | 1001101 | 10100001 | 1011010 | 1100 |
Color Harmonies of #033A29
Complementary color
Monochromatic Colors of #033A29
Black with #033A29
Text Example
Text Example
White with #033A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A29; }
p { color: rgb(3,58,41); }
H1.HeaderClassName
{
color: #033A29;
}
.AnyTagClassName
{
color: #033A29;
}
</style>
background-color css
<style>
a { background-color: #033A29; }
a { background-color: rgb(3,58,41); }
div.DivClassName
{
background-color: #033A29;
}
.BgClassName
{
background-color: #033A29;
}
</style>
border-color css
<style>
span { border-color: #033A29; }
span { border-color: rgb(3,58,41); }
td.TdClassName
{
border-color: #033A29;
}
.TagClassName
{
border-color: #033A29;
}
</style>