Shades of Te Papa Green #2E5148
Tints of Te Papa Green #2E5148
RGB
CMYK
RGB Variations
Color information
#2E5148 (or 0x2E5148) is known color: Te Papa Green. HEX triplet: 2E, 51 and 48. RGB value is (46,81,72). Sum of RGB (Red+Green+Blue) = 46+81+72=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5148 is #D1AEB7. Grayscale: #454545. Windows color (decimal): -13741752 or 4739374. OLE color: 4739374.
HSL color Cylindrical-coordinate representation of color #2E5148: hue angle of 164.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E5148 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 81 | 72 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.68 |
| HSL | 164.57º | 0.28% | 0.25% | - |
| HSV(B) | 164.57º | 0.43% | 0.32% | - |
| XYZ | 5.24 | 6.93 | 7.19 | - |
| YUV | 69.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 72 | 0.43 | 0 | 0.11 | 0.68 | 164.57 | 0.28 | 0.25 |
| Hex | 2E | 51 | 48 | 2B | 0 | B | 44 | A5 | 1C | 19 |
| Octal | 56 | 121 | 110 | 53 | 0 | 13 | 104 | 245 | 34 | 31 |
| Binary | 101110 | 1010001 | 1001000 | 101011 | 0 | 1011 | 1000100 | 10100101 | 11100 | 11001 |
Color Harmonies of #2E5148
Complementary color
Monochromatic Colors of #2E5148
Black with #2E5148
Text Example
Text Example
White with #2E5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5148; }
p { color: rgb(46,81,72); }
H1.HeaderClassName
{
color: #2E5148;
}
.AnyTagClassName
{
color: #2E5148;
}
</style>
background-color css
<style>
a { background-color: #2E5148; }
a { background-color: rgb(46,81,72); }
div.DivClassName
{
background-color: #2E5148;
}
.BgClassName
{
background-color: #2E5148;
}
</style>
border-color css
<style>
span { border-color: #2E5148; }
span { border-color: rgb(46,81,72); }
td.TdClassName
{
border-color: #2E5148;
}
.TagClassName
{
border-color: #2E5148;
}
</style>