Shades of Dark Green #033A31
Tints of Dark Green #033A31
RGB
CMYK
RGB Variations
Color information
#033A31 (or 0x033A31) is known color: Dark Green. HEX triplet: 03, 3A and 31. RGB value is (3,58,49). Sum of RGB (Red+Green+Blue) = 3+58+49=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #033A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A31 is #FCC5CE. Grayscale: #282828. Windows color (decimal): -16565711 or 3226115. OLE color: 3226115.
HSL color Cylindrical-coordinate representation of color #033A31: hue angle of 170.18º 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 #033A31 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 49 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.77 |
| HSL | 170.18º | 0.9% | 0.12% | - |
| HSV(B) | 170.18º | 0.95% | 0.23% | - |
| XYZ | 2.1 | 3.27 | 3.43 | - |
| YUV | 40.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 49 | 0.95 | 0 | 0.16 | 0.77 | 170.18 | 0.9 | 0.12 |
| Hex | 3 | 3A | 31 | 5F | 0 | 10 | 4D | AA | 5A | C |
| Octal | 3 | 72 | 61 | 137 | 0 | 20 | 115 | 252 | 132 | 14 |
| Binary | 11 | 111010 | 110001 | 1011111 | 0 | 10000 | 1001101 | 10101010 | 1011010 | 1100 |
Color Harmonies of #033A31
Complementary color
Monochromatic Colors of #033A31
Black with #033A31
Text Example
Text Example
White with #033A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A31; }
p { color: rgb(3,58,49); }
H1.HeaderClassName
{
color: #033A31;
}
.AnyTagClassName
{
color: #033A31;
}
</style>
background-color css
<style>
a { background-color: #033A31; }
a { background-color: rgb(3,58,49); }
div.DivClassName
{
background-color: #033A31;
}
.BgClassName
{
background-color: #033A31;
}
</style>
border-color css
<style>
span { border-color: #033A31; }
span { border-color: rgb(3,58,49); }
td.TdClassName
{
border-color: #033A31;
}
.TagClassName
{
border-color: #033A31;
}
</style>