Shades of Te Papa Green #2E5045
Tints of Te Papa Green #2E5045
RGB
CMYK
RGB Variations
Color information
#2E5045 (or 0x2E5045) is known color: Te Papa Green. HEX triplet: 2E, 50 and 45. RGB value is (46,80,69). Sum of RGB (Red+Green+Blue) = 46+80+69=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5045 is #D1AFBA. Grayscale: #444444. Windows color (decimal): -13742011 or 4542510. OLE color: 4542510.
HSL color Cylindrical-coordinate representation of color #2E5045: hue angle of 160.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E5045 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 69 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.69 |
| HSL | 160.59º | 0.27% | 0.25% | - |
| HSV(B) | 160.59º | 0.43% | 0.31% | - |
| XYZ | 5.07 | 6.75 | 6.67 | - |
| YUV | 68.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 69 | 0.42 | 0 | 0.14 | 0.69 | 160.59 | 0.27 | 0.25 |
| Hex | 2E | 50 | 45 | 2A | 0 | E | 45 | A1 | 1B | 19 |
| Octal | 56 | 120 | 105 | 52 | 0 | 16 | 105 | 241 | 33 | 31 |
| Binary | 101110 | 1010000 | 1000101 | 101010 | 0 | 1110 | 1000101 | 10100001 | 11011 | 11001 |
Color Harmonies of #2E5045
Complementary color
Monochromatic Colors of #2E5045
Black with #2E5045
Text Example
Text Example
White with #2E5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5045; }
p { color: rgb(46,80,69); }
H1.HeaderClassName
{
color: #2E5045;
}
.AnyTagClassName
{
color: #2E5045;
}
</style>
background-color css
<style>
a { background-color: #2E5045; }
a { background-color: rgb(46,80,69); }
div.DivClassName
{
background-color: #2E5045;
}
.BgClassName
{
background-color: #2E5045;
}
</style>
border-color css
<style>
span { border-color: #2E5045; }
span { border-color: rgb(46,80,69); }
td.TdClassName
{
border-color: #2E5045;
}
.TagClassName
{
border-color: #2E5045;
}
</style>