Shades of Te Papa Green #2E5040
Tints of Te Papa Green #2E5040
RGB
CMYK
RGB Variations
Color information
#2E5040 (or 0x2E5040) is known color: Te Papa Green. HEX triplet: 2E, 50 and 40. RGB value is (46,80,64). Sum of RGB (Red+Green+Blue) = 46+80+64=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5040 is #D1AFBF. Grayscale: #444444. Windows color (decimal): -13742016 or 4214830. OLE color: 4214830.
HSL color Cylindrical-coordinate representation of color #2E5040: hue angle of 151.76º 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 #2E5040 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 64 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.69 |
| HSL | 151.76º | 0.27% | 0.25% | - |
| HSV(B) | 151.76º | 0.43% | 0.31% | - |
| XYZ | 4.92 | 6.69 | 5.88 | - |
| YUV | 68.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 64 | 0.42 | 0 | 0.20 | 0.69 | 151.76 | 0.27 | 0.25 |
| Hex | 2E | 50 | 40 | 2A | 0 | 14 | 45 | 98 | 1B | 19 |
| Octal | 56 | 120 | 100 | 52 | 0 | 24 | 105 | 230 | 33 | 31 |
| Binary | 101110 | 1010000 | 1000000 | 101010 | 0 | 10100 | 1000101 | 10011000 | 11011 | 11001 |
Color Harmonies of #2E5040
Complementary color
Monochromatic Colors of #2E5040
Black with #2E5040
Text Example
Text Example
White with #2E5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5040; }
p { color: rgb(46,80,64); }
H1.HeaderClassName
{
color: #2E5040;
}
.AnyTagClassName
{
color: #2E5040;
}
</style>
background-color css
<style>
a { background-color: #2E5040; }
a { background-color: rgb(46,80,64); }
div.DivClassName
{
background-color: #2E5040;
}
.BgClassName
{
background-color: #2E5040;
}
</style>
border-color css
<style>
span { border-color: #2E5040; }
span { border-color: rgb(46,80,64); }
td.TdClassName
{
border-color: #2E5040;
}
.TagClassName
{
border-color: #2E5040;
}
</style>