Shades of Te Papa Green #2E4C44
Tints of Te Papa Green #2E4C44
RGB
CMYK
RGB Variations
Color information
#2E4C44 (or 0x2E4C44) is known color: Te Papa Green. HEX triplet: 2E, 4C and 44. RGB value is (46,76,68). Sum of RGB (Red+Green+Blue) = 46+76+68=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C44 is #D1B3BB. Grayscale: #424242. Windows color (decimal): -13743036 or 4475950. OLE color: 4475950.
HSL color Cylindrical-coordinate representation of color #2E4C44: hue angle of 164º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C44 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 68 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.70 |
| HSL | 164º | 0.25% | 0.24% | - |
| HSV(B) | 164º | 0.39% | 0.3% | - |
| XYZ | 4.75 | 6.17 | 6.41 | - |
| YUV | 66.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 68 | 0.39 | 0 | 0.11 | 0.70 | 164 | 0.25 | 0.24 |
| Hex | 2E | 4C | 44 | 27 | 0 | B | 46 | A4 | 19 | 18 |
| Octal | 56 | 114 | 104 | 47 | 0 | 13 | 106 | 244 | 31 | 30 |
| Binary | 101110 | 1001100 | 1000100 | 100111 | 0 | 1011 | 1000110 | 10100100 | 11001 | 11000 |
Color Harmonies of #2E4C44
Complementary color
Monochromatic Colors of #2E4C44
Black with #2E4C44
Text Example
Text Example
White with #2E4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C44; }
p { color: rgb(46,76,68); }
H1.HeaderClassName
{
color: #2E4C44;
}
.AnyTagClassName
{
color: #2E4C44;
}
</style>
background-color css
<style>
a { background-color: #2E4C44; }
a { background-color: rgb(46,76,68); }
div.DivClassName
{
background-color: #2E4C44;
}
.BgClassName
{
background-color: #2E4C44;
}
</style>
border-color css
<style>
span { border-color: #2E4C44; }
span { border-color: rgb(46,76,68); }
td.TdClassName
{
border-color: #2E4C44;
}
.TagClassName
{
border-color: #2E4C44;
}
</style>