Shades of Te Papa Green #2E5246
Tints of Te Papa Green #2E5246
RGB
CMYK
RGB Variations
Color information
#2E5246 (or 0x2E5246) is known color: Te Papa Green. HEX triplet: 2E, 52 and 46. RGB value is (46,82,70). Sum of RGB (Red+Green+Blue) = 46+82+70=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5246 is #D1ADB9. Grayscale: #454545. Windows color (decimal): -13741498 or 4608558. OLE color: 4608558.
HSL color Cylindrical-coordinate representation of color #2E5246: hue angle of 160º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E5246 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 70 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.68 |
| HSL | 160º | 0.28% | 0.25% | - |
| HSV(B) | 160º | 0.44% | 0.32% | - |
| XYZ | 5.25 | 7.06 | 6.88 | - |
| YUV | 69.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 70 | 0.44 | 0 | 0.15 | 0.68 | 160 | 0.28 | 0.25 |
| Hex | 2E | 52 | 46 | 2C | 0 | F | 44 | A0 | 1C | 19 |
| Octal | 56 | 122 | 106 | 54 | 0 | 17 | 104 | 240 | 34 | 31 |
| Binary | 101110 | 1010010 | 1000110 | 101100 | 0 | 1111 | 1000100 | 10100000 | 11100 | 11001 |
Color Harmonies of #2E5246
Complementary color
Monochromatic Colors of #2E5246
Black with #2E5246
Text Example
Text Example
White with #2E5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5246; }
p { color: rgb(46,82,70); }
H1.HeaderClassName
{
color: #2E5246;
}
.AnyTagClassName
{
color: #2E5246;
}
</style>
background-color css
<style>
a { background-color: #2E5246; }
a { background-color: rgb(46,82,70); }
div.DivClassName
{
background-color: #2E5246;
}
.BgClassName
{
background-color: #2E5246;
}
</style>
border-color css
<style>
span { border-color: #2E5246; }
span { border-color: rgb(46,82,70); }
td.TdClassName
{
border-color: #2E5246;
}
.TagClassName
{
border-color: #2E5246;
}
</style>