Shades of Te Papa Green #2E4A3D
Tints of Te Papa Green #2E4A3D
RGB
CMYK
RGB Variations
Color information
#2E4A3D (or 0x2E4A3D) is known color: Te Papa Green. HEX triplet: 2E, 4A and 3D. RGB value is (46,74,61). Sum of RGB (Red+Green+Blue) = 46+74+61=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A3D is #D1B5C2. Grayscale: #404040. Windows color (decimal): -13743555 or 4016686. OLE color: 4016686.
HSL color Cylindrical-coordinate representation of color #2E4A3D: hue angle of 152.14º 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 #2E4A3D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 61 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.71 |
| HSL | 152.14º | 0.23% | 0.24% | - |
| HSV(B) | 152.14º | 0.38% | 0.29% | - |
| XYZ | 4.42 | 5.82 | 5.3 | - |
| YUV | 64.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 61 | 0.38 | 0 | 0.18 | 0.71 | 152.14 | 0.23 | 0.24 |
| Hex | 2E | 4A | 3D | 26 | 0 | 12 | 47 | 98 | 17 | 18 |
| Octal | 56 | 112 | 75 | 46 | 0 | 22 | 107 | 230 | 27 | 30 |
| Binary | 101110 | 1001010 | 111101 | 100110 | 0 | 10010 | 1000111 | 10011000 | 10111 | 11000 |
Color Harmonies of #2E4A3D
Complementary color
Monochromatic Colors of #2E4A3D
Black with #2E4A3D
Text Example
Text Example
White with #2E4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A3D; }
p { color: rgb(46,74,61); }
H1.HeaderClassName
{
color: #2E4A3D;
}
.AnyTagClassName
{
color: #2E4A3D;
}
</style>
background-color css
<style>
a { background-color: #2E4A3D; }
a { background-color: rgb(46,74,61); }
div.DivClassName
{
background-color: #2E4A3D;
}
.BgClassName
{
background-color: #2E4A3D;
}
</style>
border-color css
<style>
span { border-color: #2E4A3D; }
span { border-color: rgb(46,74,61); }
td.TdClassName
{
border-color: #2E4A3D;
}
.TagClassName
{
border-color: #2E4A3D;
}
</style>