Shades of Te Papa Green #2E503F
Tints of Te Papa Green #2E503F
RGB
CMYK
RGB Variations
Color information
#2E503F (or 0x2E503F) is known color: Te Papa Green. HEX triplet: 2E, 50 and 3F. RGB value is (46,80,63). Sum of RGB (Red+Green+Blue) = 46+80+63=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #2E503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E503F is #D1AFC0. Grayscale: #434343. Windows color (decimal): -13742017 or 4149294. OLE color: 4149294.
HSL color Cylindrical-coordinate representation of color #2E503F: hue angle of 150º 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 #2E503F is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 63 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.69 |
| HSL | 150º | 0.27% | 0.25% | - |
| HSV(B) | 150º | 0.43% | 0.31% | - |
| XYZ | 4.89 | 6.68 | 5.73 | - |
| YUV | 67.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 63 | 0.42 | 0 | 0.21 | 0.69 | 150 | 0.27 | 0.25 |
| Hex | 2E | 50 | 3F | 2A | 0 | 15 | 45 | 96 | 1B | 19 |
| Octal | 56 | 120 | 77 | 52 | 0 | 25 | 105 | 226 | 33 | 31 |
| Binary | 101110 | 1010000 | 111111 | 101010 | 0 | 10101 | 1000101 | 10010110 | 11011 | 11001 |
Color Harmonies of #2E503F
Complementary color
Monochromatic Colors of #2E503F
Black with #2E503F
Text Example
Text Example
White with #2E503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E503F; }
p { color: rgb(46,80,63); }
H1.HeaderClassName
{
color: #2E503F;
}
.AnyTagClassName
{
color: #2E503F;
}
</style>
background-color css
<style>
a { background-color: #2E503F; }
a { background-color: rgb(46,80,63); }
div.DivClassName
{
background-color: #2E503F;
}
.BgClassName
{
background-color: #2E503F;
}
</style>
border-color css
<style>
span { border-color: #2E503F; }
span { border-color: rgb(46,80,63); }
td.TdClassName
{
border-color: #2E503F;
}
.TagClassName
{
border-color: #2E503F;
}
</style>