Shades of Te Papa Green #314E44
Tints of Te Papa Green #314E44
RGB
CMYK
RGB Variations
Color information
#314E44 (or 0x314E44) is known color: Te Papa Green. HEX triplet: 31, 4E and 44. RGB value is (49,78,68). Sum of RGB (Red+Green+Blue) = 49+78+68=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #314E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E44 is #CEB1BB. Grayscale: #444444. Windows color (decimal): -13545916 or 4476465. OLE color: 4476465.
HSL color Cylindrical-coordinate representation of color #314E44: hue angle of 159.31º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E44 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 68 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.69 |
| HSL | 159.31º | 0.23% | 0.25% | - |
| HSV(B) | 159.31º | 0.37% | 0.31% | - |
| XYZ | 5.03 | 6.52 | 6.46 | - |
| YUV | 68.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 68 | 0.37 | 0 | 0.13 | 0.69 | 159.31 | 0.23 | 0.25 |
| Hex | 31 | 4E | 44 | 25 | 0 | D | 45 | 9F | 17 | 19 |
| Octal | 61 | 116 | 104 | 45 | 0 | 15 | 105 | 237 | 27 | 31 |
| Binary | 110001 | 1001110 | 1000100 | 100101 | 0 | 1101 | 1000101 | 10011111 | 10111 | 11001 |
Color Harmonies of #314E44
Complementary color
Monochromatic Colors of #314E44
Black with #314E44
Text Example
Text Example
White with #314E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E44; }
p { color: rgb(49,78,68); }
H1.HeaderClassName
{
color: #314E44;
}
.AnyTagClassName
{
color: #314E44;
}
</style>
background-color css
<style>
a { background-color: #314E44; }
a { background-color: rgb(49,78,68); }
div.DivClassName
{
background-color: #314E44;
}
.BgClassName
{
background-color: #314E44;
}
</style>
border-color css
<style>
span { border-color: #314E44; }
span { border-color: rgb(49,78,68); }
td.TdClassName
{
border-color: #314E44;
}
.TagClassName
{
border-color: #314E44;
}
</style>