Shades of Te Papa Green #2E5645
Tints of Te Papa Green #2E5645
RGB
CMYK
RGB Variations
Color information
#2E5645 (or 0x2E5645) is known color: Te Papa Green. HEX triplet: 2E, 56 and 45. RGB value is (46,86,69). Sum of RGB (Red+Green+Blue) = 46+86+69=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5645 is #D1A9BA. Grayscale: #484848. Windows color (decimal): -13740475 or 4544046. OLE color: 4544046.
HSL color Cylindrical-coordinate representation of color #2E5645: hue angle of 154.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5645 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 69 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.66 |
| HSL | 154.5º | 0.3% | 0.26% | - |
| HSV(B) | 154.5º | 0.47% | 0.34% | - |
| XYZ | 5.53 | 7.67 | 6.82 | - |
| YUV | 72.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 69 | 0.47 | 0 | 0.20 | 0.66 | 154.5 | 0.3 | 0.26 |
| Hex | 2E | 56 | 45 | 2F | 0 | 14 | 42 | 9A | 1E | 1A |
| Octal | 56 | 126 | 105 | 57 | 0 | 24 | 102 | 232 | 36 | 32 |
| Binary | 101110 | 1010110 | 1000101 | 101111 | 0 | 10100 | 1000010 | 10011010 | 11110 | 11010 |
Color Harmonies of #2E5645
Complementary color
Monochromatic Colors of #2E5645
Black with #2E5645
Text Example
Text Example
White with #2E5645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5645; }
p { color: rgb(46,86,69); }
H1.HeaderClassName
{
color: #2E5645;
}
.AnyTagClassName
{
color: #2E5645;
}
</style>
background-color css
<style>
a { background-color: #2E5645; }
a { background-color: rgb(46,86,69); }
div.DivClassName
{
background-color: #2E5645;
}
.BgClassName
{
background-color: #2E5645;
}
</style>
border-color css
<style>
span { border-color: #2E5645; }
span { border-color: rgb(46,86,69); }
td.TdClassName
{
border-color: #2E5645;
}
.TagClassName
{
border-color: #2E5645;
}
</style>