Shades of Te Papa Green #335142
Tints of Te Papa Green #335142
RGB
CMYK
RGB Variations
Color information
#335142 (or 0x335142) is known color: Te Papa Green. HEX triplet: 33, 51 and 42. RGB value is (51,81,66). Sum of RGB (Red+Green+Blue) = 51+81+66=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #335142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335142 is #CCAEBD. Grayscale: #464646. Windows color (decimal): -13414078 or 4346163. OLE color: 4346163.
HSL color Cylindrical-coordinate representation of color #335142: hue angle of 150º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #335142 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 66 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.68 |
| HSL | 150º | 0.23% | 0.26% | - |
| HSV(B) | 150º | 0.37% | 0.32% | - |
| XYZ | 5.29 | 6.98 | 6.22 | - |
| YUV | 70.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 66 | 0.37 | 0 | 0.19 | 0.68 | 150 | 0.23 | 0.26 |
| Hex | 33 | 51 | 42 | 25 | 0 | 13 | 44 | 96 | 17 | 1A |
| Octal | 63 | 121 | 102 | 45 | 0 | 23 | 104 | 226 | 27 | 32 |
| Binary | 110011 | 1010001 | 1000010 | 100101 | 0 | 10011 | 1000100 | 10010110 | 10111 | 11010 |
Color Harmonies of #335142
Complementary color
Monochromatic Colors of #335142
Black with #335142
Text Example
Text Example
White with #335142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335142; }
p { color: rgb(51,81,66); }
H1.HeaderClassName
{
color: #335142;
}
.AnyTagClassName
{
color: #335142;
}
</style>
background-color css
<style>
a { background-color: #335142; }
a { background-color: rgb(51,81,66); }
div.DivClassName
{
background-color: #335142;
}
.BgClassName
{
background-color: #335142;
}
</style>
border-color css
<style>
span { border-color: #335142; }
span { border-color: rgb(51,81,66); }
td.TdClassName
{
border-color: #335142;
}
.TagClassName
{
border-color: #335142;
}
</style>