Shades of Te Papa Green #2B5447
Tints of Te Papa Green #2B5447
RGB
CMYK
RGB Variations
Color information
#2B5447 (or 0x2B5447) is known color: Te Papa Green. HEX triplet: 2B, 54 and 47. RGB value is (43,84,71). Sum of RGB (Red+Green+Blue) = 43+84+71=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5447 is #D4ABB8. Grayscale: #464646. Windows color (decimal): -13937593 or 4674603. OLE color: 4674603.
HSL color Cylindrical-coordinate representation of color #2B5447: hue angle of 160.98º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5447 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 71 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.67 |
| HSL | 160.98º | 0.32% | 0.25% | - |
| HSV(B) | 160.98º | 0.49% | 0.33% | - |
| XYZ | 5.3 | 7.31 | 7.09 | - |
| YUV | 70.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 71 | 0.49 | 0 | 0.15 | 0.67 | 160.98 | 0.32 | 0.25 |
| Hex | 2B | 54 | 47 | 31 | 0 | F | 43 | A1 | 20 | 19 |
| Octal | 53 | 124 | 107 | 61 | 0 | 17 | 103 | 241 | 40 | 31 |
| Binary | 101011 | 1010100 | 1000111 | 110001 | 0 | 1111 | 1000011 | 10100001 | 100000 | 11001 |
Color Harmonies of #2B5447
Complementary color
Monochromatic Colors of #2B5447
Black with #2B5447
Text Example
Text Example
White with #2B5447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5447; }
p { color: rgb(43,84,71); }
H1.HeaderClassName
{
color: #2B5447;
}
.AnyTagClassName
{
color: #2B5447;
}
</style>
background-color css
<style>
a { background-color: #2B5447; }
a { background-color: rgb(43,84,71); }
div.DivClassName
{
background-color: #2B5447;
}
.BgClassName
{
background-color: #2B5447;
}
</style>
border-color css
<style>
span { border-color: #2B5447; }
span { border-color: rgb(43,84,71); }
td.TdClassName
{
border-color: #2B5447;
}
.TagClassName
{
border-color: #2B5447;
}
</style>