Shades of Dark Green #033127
Tints of Dark Green #033127
RGB
CMYK
RGB Variations
Color information
#033127 (or 0x033127) is known color: Dark Green. HEX triplet: 03, 31 and 27. RGB value is (3,49,39). Sum of RGB (Red+Green+Blue) = 3+49+39=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #033127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033127 is #FCCED8. Grayscale: #222222. Windows color (decimal): -16568025 or 2568451. OLE color: 2568451.
HSL color Cylindrical-coordinate representation of color #033127: hue angle of 166.96º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033127 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 39 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.81 |
| HSL | 166.96º | 0.88% | 0.1% | - |
| HSV(B) | 166.96º | 0.94% | 0.19% | - |
| XYZ | 1.5 | 2.36 | 2.3 | - |
| YUV | 34.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 39 | 0.94 | 0 | 0.20 | 0.81 | 166.96 | 0.88 | 0.1 |
| Hex | 3 | 31 | 27 | 5E | 0 | 14 | 51 | A7 | 58 | A |
| Octal | 3 | 61 | 47 | 136 | 0 | 24 | 121 | 247 | 130 | 12 |
| Binary | 11 | 110001 | 100111 | 1011110 | 0 | 10100 | 1010001 | 10100111 | 1011000 | 1010 |
Color Harmonies of #033127
Complementary color
Monochromatic Colors of #033127
Black with #033127
Text Example
Text Example
White with #033127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033127; }
p { color: rgb(3,49,39); }
H1.HeaderClassName
{
color: #033127;
}
.AnyTagClassName
{
color: #033127;
}
</style>
background-color css
<style>
a { background-color: #033127; }
a { background-color: rgb(3,49,39); }
div.DivClassName
{
background-color: #033127;
}
.BgClassName
{
background-color: #033127;
}
</style>
border-color css
<style>
span { border-color: #033127; }
span { border-color: rgb(3,49,39); }
td.TdClassName
{
border-color: #033127;
}
.TagClassName
{
border-color: #033127;
}
</style>