Shades of Te Papa Green #2C5040
Tints of Te Papa Green #2C5040
RGB
CMYK
RGB Variations
Color information
#2C5040 (or 0x2C5040) is known color: Te Papa Green. HEX triplet: 2C, 50 and 40. RGB value is (44,80,64). Sum of RGB (Red+Green+Blue) = 44+80+64=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5040 is #D3AFBF. Grayscale: #434343. Windows color (decimal): -13873088 or 4214828. OLE color: 4214828.
HSL color Cylindrical-coordinate representation of color #2C5040: hue angle of 153.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C5040 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 64 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.69 |
| HSL | 153.33º | 0.29% | 0.24% | - |
| HSV(B) | 153.33º | 0.45% | 0.31% | - |
| XYZ | 4.83 | 6.64 | 5.88 | - |
| YUV | 67.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 64 | 0.45 | 0 | 0.20 | 0.69 | 153.33 | 0.29 | 0.24 |
| Hex | 2C | 50 | 40 | 2D | 0 | 14 | 45 | 99 | 1D | 18 |
| Octal | 54 | 120 | 100 | 55 | 0 | 24 | 105 | 231 | 35 | 30 |
| Binary | 101100 | 1010000 | 1000000 | 101101 | 0 | 10100 | 1000101 | 10011001 | 11101 | 11000 |
Color Harmonies of #2C5040
Complementary color
Monochromatic Colors of #2C5040
Black with #2C5040
Text Example
Text Example
White with #2C5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5040; }
p { color: rgb(44,80,64); }
H1.HeaderClassName
{
color: #2C5040;
}
.AnyTagClassName
{
color: #2C5040;
}
</style>
background-color css
<style>
a { background-color: #2C5040; }
a { background-color: rgb(44,80,64); }
div.DivClassName
{
background-color: #2C5040;
}
.BgClassName
{
background-color: #2C5040;
}
</style>
border-color css
<style>
span { border-color: #2C5040; }
span { border-color: rgb(44,80,64); }
td.TdClassName
{
border-color: #2C5040;
}
.TagClassName
{
border-color: #2C5040;
}
</style>