Shades of Te Papa Green #2E473E
Tints of Te Papa Green #2E473E
RGB
CMYK
RGB Variations
Color information
#2E473E (or 0x2E473E) is known color: Te Papa Green. HEX triplet: 2E, 47 and 3E. RGB value is (46,71,62). Sum of RGB (Red+Green+Blue) = 46+71+62=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #2E473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E473E is #D1B8C1. Grayscale: #3E3E3E. Windows color (decimal): -13744322 or 4081454. OLE color: 4081454.
HSL color Cylindrical-coordinate representation of color #2E473E: hue angle of 158.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E473E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 62 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.72 |
| HSL | 158.4º | 0.21% | 0.23% | - |
| HSV(B) | 158.4º | 0.35% | 0.28% | - |
| XYZ | 4.25 | 5.44 | 5.38 | - |
| YUV | 62.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 62 | 0.35 | 0 | 0.13 | 0.72 | 158.4 | 0.21 | 0.23 |
| Hex | 2E | 47 | 3E | 23 | 0 | D | 48 | 9E | 15 | 17 |
| Octal | 56 | 107 | 76 | 43 | 0 | 15 | 110 | 236 | 25 | 27 |
| Binary | 101110 | 1000111 | 111110 | 100011 | 0 | 1101 | 1001000 | 10011110 | 10101 | 10111 |
Color Harmonies of #2E473E
Complementary color
Monochromatic Colors of #2E473E
Black with #2E473E
Text Example
Text Example
White with #2E473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E473E; }
p { color: rgb(46,71,62); }
H1.HeaderClassName
{
color: #2E473E;
}
.AnyTagClassName
{
color: #2E473E;
}
</style>
background-color css
<style>
a { background-color: #2E473E; }
a { background-color: rgb(46,71,62); }
div.DivClassName
{
background-color: #2E473E;
}
.BgClassName
{
background-color: #2E473E;
}
</style>
border-color css
<style>
span { border-color: #2E473E; }
span { border-color: rgb(46,71,62); }
td.TdClassName
{
border-color: #2E473E;
}
.TagClassName
{
border-color: #2E473E;
}
</style>