Shades of Te Papa Green #314D40
Tints of Te Papa Green #314D40
RGB
CMYK
RGB Variations
Color information
#314D40 (or 0x314D40) is known color: Te Papa Green. HEX triplet: 31, 4D and 40. RGB value is (49,77,64). Sum of RGB (Red+Green+Blue) = 49+77+64=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #314D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D40 is #CEB2BF. Grayscale: #434343. Windows color (decimal): -13546176 or 4214065. OLE color: 4214065.
HSL color Cylindrical-coordinate representation of color #314D40: hue angle of 152.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D40 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 64 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.70 |
| HSL | 152.14º | 0.22% | 0.25% | - |
| HSV(B) | 152.14º | 0.36% | 0.3% | - |
| XYZ | 4.85 | 6.33 | 5.82 | - |
| YUV | 67.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 64 | 0.36 | 0 | 0.17 | 0.70 | 152.14 | 0.22 | 0.25 |
| Hex | 31 | 4D | 40 | 24 | 0 | 11 | 46 | 98 | 16 | 19 |
| Octal | 61 | 115 | 100 | 44 | 0 | 21 | 106 | 230 | 26 | 31 |
| Binary | 110001 | 1001101 | 1000000 | 100100 | 0 | 10001 | 1000110 | 10011000 | 10110 | 11001 |
Color Harmonies of #314D40
Complementary color
Monochromatic Colors of #314D40
Black with #314D40
Text Example
Text Example
White with #314D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D40; }
p { color: rgb(49,77,64); }
H1.HeaderClassName
{
color: #314D40;
}
.AnyTagClassName
{
color: #314D40;
}
</style>
background-color css
<style>
a { background-color: #314D40; }
a { background-color: rgb(49,77,64); }
div.DivClassName
{
background-color: #314D40;
}
.BgClassName
{
background-color: #314D40;
}
</style>
border-color css
<style>
span { border-color: #314D40; }
span { border-color: rgb(49,77,64); }
td.TdClassName
{
border-color: #314D40;
}
.TagClassName
{
border-color: #314D40;
}
</style>