Shades of Te Papa Green #334942
Tints of Te Papa Green #334942
RGB
CMYK
RGB Variations
Color information
#334942 (or 0x334942) is known color: Te Papa Green. HEX triplet: 33, 49 and 42. RGB value is (51,73,66). Sum of RGB (Red+Green+Blue) = 51+73+66=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #334942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334942 is #CCB6BD. Grayscale: #414141. Windows color (decimal): -13416126 or 4344115. OLE color: 4344115.
HSL color Cylindrical-coordinate representation of color #334942: hue angle of 160.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334942 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 66 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.71 |
| HSL | 160.91º | 0.18% | 0.24% | - |
| HSV(B) | 160.91º | 0.3% | 0.29% | - |
| XYZ | 4.73 | 5.86 | 6.04 | - |
| YUV | 65.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 66 | 0.30 | 0 | 0.10 | 0.71 | 160.91 | 0.18 | 0.24 |
| Hex | 33 | 49 | 42 | 1E | 0 | A | 47 | A1 | 12 | 18 |
| Octal | 63 | 111 | 102 | 36 | 0 | 12 | 107 | 241 | 22 | 30 |
| Binary | 110011 | 1001001 | 1000010 | 11110 | 0 | 1010 | 1000111 | 10100001 | 10010 | 11000 |
Color Harmonies of #334942
Complementary color
Monochromatic Colors of #334942
Black with #334942
Text Example
Text Example
White with #334942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334942; }
p { color: rgb(51,73,66); }
H1.HeaderClassName
{
color: #334942;
}
.AnyTagClassName
{
color: #334942;
}
</style>
background-color css
<style>
a { background-color: #334942; }
a { background-color: rgb(51,73,66); }
div.DivClassName
{
background-color: #334942;
}
.BgClassName
{
background-color: #334942;
}
</style>
border-color css
<style>
span { border-color: #334942; }
span { border-color: rgb(51,73,66); }
td.TdClassName
{
border-color: #334942;
}
.TagClassName
{
border-color: #334942;
}
</style>