Shades of Dark Green #003127
Tints of Dark Green #003127
RGB
CMYK
RGB Variations
Color information
#003127 (or 0x003127) is known color: Dark Green. HEX triplet: 00, 31 and 27. RGB value is (0,49,39). Sum of RGB (Red+Green+Blue) = 0+49+39=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #003127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003127 is #FFCED8. Grayscale: #212121. Windows color (decimal): -16764633 or 2568448. OLE color: 2568448.
HSL color Cylindrical-coordinate representation of color #003127: hue angle of 167.76º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003127 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 39 | - |
| CMYK | 1 | 0 | 0.20 | 0.81 |
| HSL | 167.76º | 1% | 0.1% | - |
| HSV(B) | 167.76º | 1% | 0.19% | - |
| XYZ | 1.46 | 2.34 | 2.29 | - |
| YUV | 33.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 39 | 1 | 0 | 0.20 | 0.81 | 167.76 | 1 | 0.1 |
| Hex | 0 | 31 | 27 | 64 | 0 | 14 | 51 | A8 | 64 | A |
| Octal | 0 | 61 | 47 | 144 | 0 | 24 | 121 | 250 | 144 | 12 |
| Binary | 0 | 110001 | 100111 | 1100100 | 0 | 10100 | 1010001 | 10101000 | 1100100 | 1010 |
Color Harmonies of #003127
Complementary color
Monochromatic Colors of #003127
Black with #003127
Text Example
Text Example
White with #003127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003127; }
p { color: rgb(0,49,39); }
H1.HeaderClassName
{
color: #003127;
}
.AnyTagClassName
{
color: #003127;
}
</style>
background-color css
<style>
a { background-color: #003127; }
a { background-color: rgb(0,49,39); }
div.DivClassName
{
background-color: #003127;
}
.BgClassName
{
background-color: #003127;
}
</style>
border-color css
<style>
span { border-color: #003127; }
span { border-color: rgb(0,49,39); }
td.TdClassName
{
border-color: #003127;
}
.TagClassName
{
border-color: #003127;
}
</style>