Shades of Te Papa Green #2C4F45
Tints of Te Papa Green #2C4F45
RGB
CMYK
RGB Variations
Color information
#2C4F45 (or 0x2C4F45) is known color: Te Papa Green. HEX triplet: 2C, 4F and 45. RGB value is (44,79,69). Sum of RGB (Red+Green+Blue) = 44+79+69=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #2C4F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4F45 is #D3B0BA. Grayscale: #434343. Windows color (decimal): -13873339 or 4542252. OLE color: 4542252.
HSL color Cylindrical-coordinate representation of color #2C4F45: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4F45 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 79 | 69 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.69 |
| HSL | 162.86º | 0.28% | 0.24% | - |
| HSV(B) | 162.86º | 0.44% | 0.31% | - |
| XYZ | 4.91 | 6.56 | 6.64 | - |
| YUV | 67.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 79 | 69 | 0.44 | 0 | 0.13 | 0.69 | 162.86 | 0.28 | 0.24 |
| Hex | 2C | 4F | 45 | 2C | 0 | D | 45 | A3 | 1C | 18 |
| Octal | 54 | 117 | 105 | 54 | 0 | 15 | 105 | 243 | 34 | 30 |
| Binary | 101100 | 1001111 | 1000101 | 101100 | 0 | 1101 | 1000101 | 10100011 | 11100 | 11000 |
Color Harmonies of #2C4F45
Complementary color
Monochromatic Colors of #2C4F45
Black with #2C4F45
Text Example
Text Example
White with #2C4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4F45; }
p { color: rgb(44,79,69); }
H1.HeaderClassName
{
color: #2C4F45;
}
.AnyTagClassName
{
color: #2C4F45;
}
</style>
background-color css
<style>
a { background-color: #2C4F45; }
a { background-color: rgb(44,79,69); }
div.DivClassName
{
background-color: #2C4F45;
}
.BgClassName
{
background-color: #2C4F45;
}
</style>
border-color css
<style>
span { border-color: #2C4F45; }
span { border-color: rgb(44,79,69); }
td.TdClassName
{
border-color: #2C4F45;
}
.TagClassName
{
border-color: #2C4F45;
}
</style>