Shades of Te Papa Green #2D5145
Tints of Te Papa Green #2D5145
RGB
CMYK
RGB Variations
Color information
#2D5145 (or 0x2D5145) is known color: Te Papa Green. HEX triplet: 2D, 51 and 45. RGB value is (45,81,69). Sum of RGB (Red+Green+Blue) = 45+81+69=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5145 is #D2AEBA. Grayscale: #444444. Windows color (decimal): -13807291 or 4542765. OLE color: 4542765.
HSL color Cylindrical-coordinate representation of color #2D5145: hue angle of 160º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D5145 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 69 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.68 |
| HSL | 160º | 0.29% | 0.25% | - |
| HSV(B) | 160º | 0.44% | 0.32% | - |
| XYZ | 5.1 | 6.87 | 6.69 | - |
| YUV | 68.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 69 | 0.44 | 0 | 0.15 | 0.68 | 160 | 0.29 | 0.25 |
| Hex | 2D | 51 | 45 | 2C | 0 | F | 44 | A0 | 1D | 19 |
| Octal | 55 | 121 | 105 | 54 | 0 | 17 | 104 | 240 | 35 | 31 |
| Binary | 101101 | 1010001 | 1000101 | 101100 | 0 | 1111 | 1000100 | 10100000 | 11101 | 11001 |
Color Harmonies of #2D5145
Complementary color
Monochromatic Colors of #2D5145
Black with #2D5145
Text Example
Text Example
White with #2D5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5145; }
p { color: rgb(45,81,69); }
H1.HeaderClassName
{
color: #2D5145;
}
.AnyTagClassName
{
color: #2D5145;
}
</style>
background-color css
<style>
a { background-color: #2D5145; }
a { background-color: rgb(45,81,69); }
div.DivClassName
{
background-color: #2D5145;
}
.BgClassName
{
background-color: #2D5145;
}
</style>
border-color css
<style>
span { border-color: #2D5145; }
span { border-color: rgb(45,81,69); }
td.TdClassName
{
border-color: #2D5145;
}
.TagClassName
{
border-color: #2D5145;
}
</style>