Shades of Te Papa Green #2E5243
Tints of Te Papa Green #2E5243
RGB
CMYK
RGB Variations
Color information
#2E5243 (or 0x2E5243) is known color: Te Papa Green. HEX triplet: 2E, 52 and 43. RGB value is (46,82,67). Sum of RGB (Red+Green+Blue) = 46+82+67=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5243 is #D1ADBC. Grayscale: #454545. Windows color (decimal): -13741501 or 4411950. OLE color: 4411950.
HSL color Cylindrical-coordinate representation of color #2E5243: hue angle of 155º 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 #2E5243 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 67 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.68 |
| HSL | 155º | 0.28% | 0.25% | - |
| HSV(B) | 155º | 0.44% | 0.32% | - |
| XYZ | 5.16 | 7.02 | 6.39 | - |
| YUV | 69.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 67 | 0.44 | 0 | 0.18 | 0.68 | 155 | 0.28 | 0.25 |
| Hex | 2E | 52 | 43 | 2C | 0 | 12 | 44 | 9B | 1C | 19 |
| Octal | 56 | 122 | 103 | 54 | 0 | 22 | 104 | 233 | 34 | 31 |
| Binary | 101110 | 1010010 | 1000011 | 101100 | 0 | 10010 | 1000100 | 10011011 | 11100 | 11001 |
Color Harmonies of #2E5243
Complementary color
Monochromatic Colors of #2E5243
Black with #2E5243
Text Example
Text Example
White with #2E5243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5243; }
p { color: rgb(46,82,67); }
H1.HeaderClassName
{
color: #2E5243;
}
.AnyTagClassName
{
color: #2E5243;
}
</style>
background-color css
<style>
a { background-color: #2E5243; }
a { background-color: rgb(46,82,67); }
div.DivClassName
{
background-color: #2E5243;
}
.BgClassName
{
background-color: #2E5243;
}
</style>
border-color css
<style>
span { border-color: #2E5243; }
span { border-color: rgb(46,82,67); }
td.TdClassName
{
border-color: #2E5243;
}
.TagClassName
{
border-color: #2E5243;
}
</style>