Shades of Te Papa Green #2B473F
Tints of Te Papa Green #2B473F
RGB
CMYK
RGB Variations
Color information
#2B473F (or 0x2B473F) is known color: Te Papa Green. HEX triplet: 2B, 47 and 3F. RGB value is (43,71,63). Sum of RGB (Red+Green+Blue) = 43+71+63=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #2B473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B473F is #D4B8C0. Grayscale: #3D3D3D. Windows color (decimal): -13940929 or 4146987. OLE color: 4146987.
HSL color Cylindrical-coordinate representation of color #2B473F: hue angle of 162.86º 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 #2B473F is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 63 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.72 |
| HSL | 162.86º | 0.25% | 0.22% | - |
| HSV(B) | 162.86º | 0.39% | 0.28% | - |
| XYZ | 4.15 | 5.38 | 5.52 | - |
| YUV | 61.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 63 | 0.39 | 0 | 0.11 | 0.72 | 162.86 | 0.25 | 0.22 |
| Hex | 2B | 47 | 3F | 27 | 0 | B | 48 | A3 | 19 | 16 |
| Octal | 53 | 107 | 77 | 47 | 0 | 13 | 110 | 243 | 31 | 26 |
| Binary | 101011 | 1000111 | 111111 | 100111 | 0 | 1011 | 1001000 | 10100011 | 11001 | 10110 |
Color Harmonies of #2B473F
Complementary color
Monochromatic Colors of #2B473F
Black with #2B473F
Text Example
Text Example
White with #2B473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B473F; }
p { color: rgb(43,71,63); }
H1.HeaderClassName
{
color: #2B473F;
}
.AnyTagClassName
{
color: #2B473F;
}
</style>
background-color css
<style>
a { background-color: #2B473F; }
a { background-color: rgb(43,71,63); }
div.DivClassName
{
background-color: #2B473F;
}
.BgClassName
{
background-color: #2B473F;
}
</style>
border-color css
<style>
span { border-color: #2B473F; }
span { border-color: rgb(43,71,63); }
td.TdClassName
{
border-color: #2B473F;
}
.TagClassName
{
border-color: #2B473F;
}
</style>