Shades of Te Papa Green #2A5142
Tints of Te Papa Green #2A5142
RGB
CMYK
RGB Variations
Color information
#2A5142 (or 0x2A5142) is known color: Te Papa Green. HEX triplet: 2A, 51 and 42. RGB value is (42,81,66). Sum of RGB (Red+Green+Blue) = 42+81+66=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5142 is #D5AEBD. Grayscale: #434343. Windows color (decimal): -14003902 or 4346154. OLE color: 4346154.
HSL color Cylindrical-coordinate representation of color #2A5142: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5142 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 66 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.68 |
| HSL | 156.92º | 0.32% | 0.24% | - |
| HSV(B) | 156.92º | 0.48% | 0.32% | - |
| XYZ | 4.88 | 6.77 | 6.2 | - |
| YUV | 67.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 66 | 0.48 | 0 | 0.19 | 0.68 | 156.92 | 0.32 | 0.24 |
| Hex | 2A | 51 | 42 | 30 | 0 | 13 | 44 | 9D | 20 | 18 |
| Octal | 52 | 121 | 102 | 60 | 0 | 23 | 104 | 235 | 40 | 30 |
| Binary | 101010 | 1010001 | 1000010 | 110000 | 0 | 10011 | 1000100 | 10011101 | 100000 | 11000 |
Color Harmonies of #2A5142
Complementary color
Monochromatic Colors of #2A5142
Black with #2A5142
Text Example
Text Example
White with #2A5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5142; }
p { color: rgb(42,81,66); }
H1.HeaderClassName
{
color: #2A5142;
}
.AnyTagClassName
{
color: #2A5142;
}
</style>
background-color css
<style>
a { background-color: #2A5142; }
a { background-color: rgb(42,81,66); }
div.DivClassName
{
background-color: #2A5142;
}
.BgClassName
{
background-color: #2A5142;
}
</style>
border-color css
<style>
span { border-color: #2A5142; }
span { border-color: rgb(42,81,66); }
td.TdClassName
{
border-color: #2A5142;
}
.TagClassName
{
border-color: #2A5142;
}
</style>