Shades of Dark Green #033C31
Tints of Dark Green #033C31
RGB
CMYK
RGB Variations
Color information
#033C31 (or 0x033C31) is known color: Dark Green. HEX triplet: 03, 3C and 31. RGB value is (3,60,49). Sum of RGB (Red+Green+Blue) = 3+60+49=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #033C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C31 is #FCC3CE. Grayscale: #292929. Windows color (decimal): -16565199 or 3226627. OLE color: 3226627.
HSL color Cylindrical-coordinate representation of color #033C31: hue angle of 168.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C31 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 60 | 49 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.76 |
| HSL | 168.42º | 0.9% | 0.12% | - |
| HSV(B) | 168.42º | 0.95% | 0.24% | - |
| XYZ | 2.21 | 3.47 | 3.46 | - |
| YUV | 41.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 49 | 0.95 | 0 | 0.18 | 0.76 | 168.42 | 0.9 | 0.12 |
| Hex | 3 | 3C | 31 | 5F | 0 | 12 | 4C | A8 | 5A | C |
| Octal | 3 | 74 | 61 | 137 | 0 | 22 | 114 | 250 | 132 | 14 |
| Binary | 11 | 111100 | 110001 | 1011111 | 0 | 10010 | 1001100 | 10101000 | 1011010 | 1100 |
Color Harmonies of #033C31
Complementary color
Monochromatic Colors of #033C31
Black with #033C31
Text Example
Text Example
White with #033C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C31; }
p { color: rgb(3,60,49); }
H1.HeaderClassName
{
color: #033C31;
}
.AnyTagClassName
{
color: #033C31;
}
</style>
background-color css
<style>
a { background-color: #033C31; }
a { background-color: rgb(3,60,49); }
div.DivClassName
{
background-color: #033C31;
}
.BgClassName
{
background-color: #033C31;
}
</style>
border-color css
<style>
span { border-color: #033C31; }
span { border-color: rgb(3,60,49); }
td.TdClassName
{
border-color: #033C31;
}
.TagClassName
{
border-color: #033C31;
}
</style>