Shades of Te Papa Green #2B473E
Tints of Te Papa Green #2B473E
RGB
CMYK
RGB Variations
Color information
#2B473E (or 0x2B473E) is known color: Te Papa Green. HEX triplet: 2B, 47 and 3E. RGB value is (43,71,62). Sum of RGB (Red+Green+Blue) = 43+71+62=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #2B473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B473E is #D4B8C1. Grayscale: #3D3D3D. Windows color (decimal): -13940930 or 4081451. OLE color: 4081451.
HSL color Cylindrical-coordinate representation of color #2B473E: hue angle of 160.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B473E is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 62 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.72 |
| HSL | 160.71º | 0.25% | 0.22% | - |
| HSV(B) | 160.71º | 0.39% | 0.28% | - |
| XYZ | 4.12 | 5.37 | 5.38 | - |
| YUV | 61.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 62 | 0.39 | 0 | 0.13 | 0.72 | 160.71 | 0.25 | 0.22 |
| Hex | 2B | 47 | 3E | 27 | 0 | D | 48 | A1 | 19 | 16 |
| Octal | 53 | 107 | 76 | 47 | 0 | 15 | 110 | 241 | 31 | 26 |
| Binary | 101011 | 1000111 | 111110 | 100111 | 0 | 1101 | 1001000 | 10100001 | 11001 | 10110 |
Color Harmonies of #2B473E
Complementary color
Monochromatic Colors of #2B473E
Black with #2B473E
Text Example
Text Example
White with #2B473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B473E; }
p { color: rgb(43,71,62); }
H1.HeaderClassName
{
color: #2B473E;
}
.AnyTagClassName
{
color: #2B473E;
}
</style>
background-color css
<style>
a { background-color: #2B473E; }
a { background-color: rgb(43,71,62); }
div.DivClassName
{
background-color: #2B473E;
}
.BgClassName
{
background-color: #2B473E;
}
</style>
border-color css
<style>
span { border-color: #2B473E; }
span { border-color: rgb(43,71,62); }
td.TdClassName
{
border-color: #2B473E;
}
.TagClassName
{
border-color: #2B473E;
}
</style>