Shades of Te Papa Green #2D5142
Tints of Te Papa Green #2D5142
RGB
CMYK
RGB Variations
Color information
#2D5142 (or 0x2D5142) is known color: Te Papa Green. HEX triplet: 2D, 51 and 42. RGB value is (45,81,66). Sum of RGB (Red+Green+Blue) = 45+81+66=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5142 is #D2AEBD. Grayscale: #444444. Windows color (decimal): -13807294 or 4346157. OLE color: 4346157.
HSL color Cylindrical-coordinate representation of color #2D5142: hue angle of 155º 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 #2D5142 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 66 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.68 |
| HSL | 155º | 0.29% | 0.25% | - |
| HSV(B) | 155º | 0.44% | 0.32% | - |
| XYZ | 5.01 | 6.84 | 6.21 | - |
| YUV | 68.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 66 | 0.44 | 0 | 0.19 | 0.68 | 155 | 0.29 | 0.25 |
| Hex | 2D | 51 | 42 | 2C | 0 | 13 | 44 | 9B | 1D | 19 |
| Octal | 55 | 121 | 102 | 54 | 0 | 23 | 104 | 233 | 35 | 31 |
| Binary | 101101 | 1010001 | 1000010 | 101100 | 0 | 10011 | 1000100 | 10011011 | 11101 | 11001 |
Color Harmonies of #2D5142
Complementary color
Monochromatic Colors of #2D5142
Black with #2D5142
Text Example
Text Example
White with #2D5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5142; }
p { color: rgb(45,81,66); }
H1.HeaderClassName
{
color: #2D5142;
}
.AnyTagClassName
{
color: #2D5142;
}
</style>
background-color css
<style>
a { background-color: #2D5142; }
a { background-color: rgb(45,81,66); }
div.DivClassName
{
background-color: #2D5142;
}
.BgClassName
{
background-color: #2D5142;
}
</style>
border-color css
<style>
span { border-color: #2D5142; }
span { border-color: rgb(45,81,66); }
td.TdClassName
{
border-color: #2D5142;
}
.TagClassName
{
border-color: #2D5142;
}
</style>