Shades of Te Papa Green #2A5447
Tints of Te Papa Green #2A5447
RGB
CMYK
RGB Variations
Color information
#2A5447 (or 0x2A5447) is known color: Te Papa Green. HEX triplet: 2A, 54 and 47. RGB value is (42,84,71). Sum of RGB (Red+Green+Blue) = 42+84+71=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5447 is #D5ABB8. Grayscale: #454545. Windows color (decimal): -14003129 or 4674602. OLE color: 4674602.
HSL color Cylindrical-coordinate representation of color #2A5447: hue angle of 161.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A5447 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 71 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.67 |
| HSL | 161.43º | 0.33% | 0.25% | - |
| HSV(B) | 161.43º | 0.5% | 0.33% | - |
| XYZ | 5.26 | 7.29 | 7.09 | - |
| YUV | 69.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 71 | 0.5 | 0 | 0.15 | 0.67 | 161.43 | 0.33 | 0.25 |
| Hex | 2A | 54 | 47 | 32 | 0 | F | 43 | A1 | 21 | 19 |
| Octal | 52 | 124 | 107 | 62 | 0 | 17 | 103 | 241 | 41 | 31 |
| Binary | 101010 | 1010100 | 1000111 | 110010 | 0 | 1111 | 1000011 | 10100001 | 100001 | 11001 |
Color Harmonies of #2A5447
Complementary color
Monochromatic Colors of #2A5447
Black with #2A5447
Text Example
Text Example
White with #2A5447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5447; }
p { color: rgb(42,84,71); }
H1.HeaderClassName
{
color: #2A5447;
}
.AnyTagClassName
{
color: #2A5447;
}
</style>
background-color css
<style>
a { background-color: #2A5447; }
a { background-color: rgb(42,84,71); }
div.DivClassName
{
background-color: #2A5447;
}
.BgClassName
{
background-color: #2A5447;
}
</style>
border-color css
<style>
span { border-color: #2A5447; }
span { border-color: rgb(42,84,71); }
td.TdClassName
{
border-color: #2A5447;
}
.TagClassName
{
border-color: #2A5447;
}
</style>