Shades of Te Papa Green #2E4A3F
Tints of Te Papa Green #2E4A3F
RGB
CMYK
RGB Variations
Color information
#2E4A3F (or 0x2E4A3F) is known color: Te Papa Green. HEX triplet: 2E, 4A and 3F. RGB value is (46,74,63). Sum of RGB (Red+Green+Blue) = 46+74+63=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A3F is #D1B5C0. Grayscale: #404040. Windows color (decimal): -13743553 or 4147758. OLE color: 4147758.
HSL color Cylindrical-coordinate representation of color #2E4A3F: hue angle of 156.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E4A3F is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 63 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.71 |
| HSL | 156.43º | 0.23% | 0.24% | - |
| HSV(B) | 156.43º | 0.38% | 0.29% | - |
| XYZ | 4.47 | 5.84 | 5.59 | - |
| YUV | 64.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 63 | 0.38 | 0 | 0.15 | 0.71 | 156.43 | 0.23 | 0.24 |
| Hex | 2E | 4A | 3F | 26 | 0 | F | 47 | 9C | 17 | 18 |
| Octal | 56 | 112 | 77 | 46 | 0 | 17 | 107 | 234 | 27 | 30 |
| Binary | 101110 | 1001010 | 111111 | 100110 | 0 | 1111 | 1000111 | 10011100 | 10111 | 11000 |
Color Harmonies of #2E4A3F
Complementary color
Monochromatic Colors of #2E4A3F
Black with #2E4A3F
Text Example
Text Example
White with #2E4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A3F; }
p { color: rgb(46,74,63); }
H1.HeaderClassName
{
color: #2E4A3F;
}
.AnyTagClassName
{
color: #2E4A3F;
}
</style>
background-color css
<style>
a { background-color: #2E4A3F; }
a { background-color: rgb(46,74,63); }
div.DivClassName
{
background-color: #2E4A3F;
}
.BgClassName
{
background-color: #2E4A3F;
}
</style>
border-color css
<style>
span { border-color: #2E4A3F; }
span { border-color: rgb(46,74,63); }
td.TdClassName
{
border-color: #2E4A3F;
}
.TagClassName
{
border-color: #2E4A3F;
}
</style>