Shades of Te Papa Green #2D473E
Tints of Te Papa Green #2D473E
RGB
CMYK
RGB Variations
Color information
#2D473E (or 0x2D473E) is known color: Te Papa Green. HEX triplet: 2D, 47 and 3E. RGB value is (45,71,62). Sum of RGB (Red+Green+Blue) = 45+71+62=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #2D473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D473E is #D2B8C1. Grayscale: #3E3E3E. Windows color (decimal): -13809858 or 4081453. OLE color: 4081453.
HSL color Cylindrical-coordinate representation of color #2D473E: hue angle of 159.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D473E is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 62 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.72 |
| HSL | 159.23º | 0.22% | 0.23% | - |
| HSV(B) | 159.23º | 0.37% | 0.28% | - |
| XYZ | 4.2 | 5.41 | 5.38 | - |
| YUV | 62.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 62 | 0.37 | 0 | 0.13 | 0.72 | 159.23 | 0.22 | 0.23 |
| Hex | 2D | 47 | 3E | 25 | 0 | D | 48 | 9F | 16 | 17 |
| Octal | 55 | 107 | 76 | 45 | 0 | 15 | 110 | 237 | 26 | 27 |
| Binary | 101101 | 1000111 | 111110 | 100101 | 0 | 1101 | 1001000 | 10011111 | 10110 | 10111 |
Color Harmonies of #2D473E
Complementary color
Monochromatic Colors of #2D473E
Black with #2D473E
Text Example
Text Example
White with #2D473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D473E; }
p { color: rgb(45,71,62); }
H1.HeaderClassName
{
color: #2D473E;
}
.AnyTagClassName
{
color: #2D473E;
}
</style>
background-color css
<style>
a { background-color: #2D473E; }
a { background-color: rgb(45,71,62); }
div.DivClassName
{
background-color: #2D473E;
}
.BgClassName
{
background-color: #2D473E;
}
</style>
border-color css
<style>
span { border-color: #2D473E; }
span { border-color: rgb(45,71,62); }
td.TdClassName
{
border-color: #2D473E;
}
.TagClassName
{
border-color: #2D473E;
}
</style>