Shades of Te Papa Green #2E5044
Tints of Te Papa Green #2E5044
RGB
CMYK
RGB Variations
Color information
#2E5044 (or 0x2E5044) is known color: Te Papa Green. HEX triplet: 2E, 50 and 44. RGB value is (46,80,68). Sum of RGB (Red+Green+Blue) = 46+80+68=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5044 is #D1AFBB. Grayscale: #444444. Windows color (decimal): -13742012 or 4476974. OLE color: 4476974.
HSL color Cylindrical-coordinate representation of color #2E5044: hue angle of 158.82º 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 #2E5044 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 68 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.69 |
| HSL | 158.82º | 0.27% | 0.25% | - |
| HSV(B) | 158.82º | 0.43% | 0.31% | - |
| XYZ | 5.04 | 6.74 | 6.5 | - |
| YUV | 68.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 68 | 0.42 | 0 | 0.15 | 0.69 | 158.82 | 0.27 | 0.25 |
| Hex | 2E | 50 | 44 | 2A | 0 | F | 45 | 9F | 1B | 19 |
| Octal | 56 | 120 | 104 | 52 | 0 | 17 | 105 | 237 | 33 | 31 |
| Binary | 101110 | 1010000 | 1000100 | 101010 | 0 | 1111 | 1000101 | 10011111 | 11011 | 11001 |
Color Harmonies of #2E5044
Complementary color
Monochromatic Colors of #2E5044
Black with #2E5044
Text Example
Text Example
White with #2E5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5044; }
p { color: rgb(46,80,68); }
H1.HeaderClassName
{
color: #2E5044;
}
.AnyTagClassName
{
color: #2E5044;
}
</style>
background-color css
<style>
a { background-color: #2E5044; }
a { background-color: rgb(46,80,68); }
div.DivClassName
{
background-color: #2E5044;
}
.BgClassName
{
background-color: #2E5044;
}
</style>
border-color css
<style>
span { border-color: #2E5044; }
span { border-color: rgb(46,80,68); }
td.TdClassName
{
border-color: #2E5044;
}
.TagClassName
{
border-color: #2E5044;
}
</style>