Shades of Te Papa Green #2E5347
Tints of Te Papa Green #2E5347
RGB
CMYK
RGB Variations
Color information
#2E5347 (or 0x2E5347) is known color: Te Papa Green. HEX triplet: 2E, 53 and 47. RGB value is (46,83,71). Sum of RGB (Red+Green+Blue) = 46+83+71=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5347 is #D1ACB8. Grayscale: #464646. Windows color (decimal): -13741241 or 4674350. OLE color: 4674350.
HSL color Cylindrical-coordinate representation of color #2E5347: hue angle of 160.54º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5347 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 71 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.67 |
| HSL | 160.54º | 0.29% | 0.25% | - |
| HSV(B) | 160.54º | 0.45% | 0.33% | - |
| XYZ | 5.36 | 7.22 | 7.07 | - |
| YUV | 70.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 71 | 0.45 | 0 | 0.14 | 0.67 | 160.54 | 0.29 | 0.25 |
| Hex | 2E | 53 | 47 | 2D | 0 | E | 43 | A1 | 1D | 19 |
| Octal | 56 | 123 | 107 | 55 | 0 | 16 | 103 | 241 | 35 | 31 |
| Binary | 101110 | 1010011 | 1000111 | 101101 | 0 | 1110 | 1000011 | 10100001 | 11101 | 11001 |
Color Harmonies of #2E5347
Complementary color
Monochromatic Colors of #2E5347
Black with #2E5347
Text Example
Text Example
White with #2E5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5347; }
p { color: rgb(46,83,71); }
H1.HeaderClassName
{
color: #2E5347;
}
.AnyTagClassName
{
color: #2E5347;
}
</style>
background-color css
<style>
a { background-color: #2E5347; }
a { background-color: rgb(46,83,71); }
div.DivClassName
{
background-color: #2E5347;
}
.BgClassName
{
background-color: #2E5347;
}
</style>
border-color css
<style>
span { border-color: #2E5347; }
span { border-color: rgb(46,83,71); }
td.TdClassName
{
border-color: #2E5347;
}
.TagClassName
{
border-color: #2E5347;
}
</style>