Shades of Te Papa Green #2C473E
Tints of Te Papa Green #2C473E
RGB
CMYK
RGB Variations
Color information
#2C473E (or 0x2C473E) is known color: Te Papa Green. HEX triplet: 2C, 47 and 3E. RGB value is (44,71,62). Sum of RGB (Red+Green+Blue) = 44+71+62=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #2C473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C473E is #D3B8C1. Grayscale: #3D3D3D. Windows color (decimal): -13875394 or 4081452. OLE color: 4081452.
HSL color Cylindrical-coordinate representation of color #2C473E: hue angle of 160º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C473E is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 62 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.72 |
| HSL | 160º | 0.23% | 0.23% | - |
| HSV(B) | 160º | 0.38% | 0.28% | - |
| XYZ | 4.16 | 5.39 | 5.38 | - |
| YUV | 61.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 62 | 0.38 | 0 | 0.13 | 0.72 | 160 | 0.23 | 0.23 |
| Hex | 2C | 47 | 3E | 26 | 0 | D | 48 | A0 | 17 | 17 |
| Octal | 54 | 107 | 76 | 46 | 0 | 15 | 110 | 240 | 27 | 27 |
| Binary | 101100 | 1000111 | 111110 | 100110 | 0 | 1101 | 1001000 | 10100000 | 10111 | 10111 |
Color Harmonies of #2C473E
Complementary color
Monochromatic Colors of #2C473E
Black with #2C473E
Text Example
Text Example
White with #2C473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C473E; }
p { color: rgb(44,71,62); }
H1.HeaderClassName
{
color: #2C473E;
}
.AnyTagClassName
{
color: #2C473E;
}
</style>
background-color css
<style>
a { background-color: #2C473E; }
a { background-color: rgb(44,71,62); }
div.DivClassName
{
background-color: #2C473E;
}
.BgClassName
{
background-color: #2C473E;
}
</style>
border-color css
<style>
span { border-color: #2C473E; }
span { border-color: rgb(44,71,62); }
td.TdClassName
{
border-color: #2C473E;
}
.TagClassName
{
border-color: #2C473E;
}
</style>