Shades of Te Papa Green #2B5846
Tints of Te Papa Green #2B5846
RGB
CMYK
RGB Variations
Color information
#2B5846 (or 0x2B5846) is known color: Te Papa Green. HEX triplet: 2B, 58 and 46. RGB value is (43,88,70). Sum of RGB (Red+Green+Blue) = 43+88+70=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5846 is #D4A7B9. Grayscale: #484848. Windows color (decimal): -13936570 or 4610091. OLE color: 4610091.
HSL color Cylindrical-coordinate representation of color #2B5846: hue angle of 156º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5846 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 70 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.65 |
| HSL | 156º | 0.34% | 0.26% | - |
| HSV(B) | 156º | 0.51% | 0.35% | - |
| XYZ | 5.59 | 7.94 | 7.03 | - |
| YUV | 72.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 70 | 0.51 | 0 | 0.20 | 0.65 | 156 | 0.34 | 0.26 |
| Hex | 2B | 58 | 46 | 33 | 0 | 14 | 41 | 9C | 22 | 1A |
| Octal | 53 | 130 | 106 | 63 | 0 | 24 | 101 | 234 | 42 | 32 |
| Binary | 101011 | 1011000 | 1000110 | 110011 | 0 | 10100 | 1000001 | 10011100 | 100010 | 11010 |
Color Harmonies of #2B5846
Complementary color
Monochromatic Colors of #2B5846
Black with #2B5846
Text Example
Text Example
White with #2B5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5846; }
p { color: rgb(43,88,70); }
H1.HeaderClassName
{
color: #2B5846;
}
.AnyTagClassName
{
color: #2B5846;
}
</style>
background-color css
<style>
a { background-color: #2B5846; }
a { background-color: rgb(43,88,70); }
div.DivClassName
{
background-color: #2B5846;
}
.BgClassName
{
background-color: #2B5846;
}
</style>
border-color css
<style>
span { border-color: #2B5846; }
span { border-color: rgb(43,88,70); }
td.TdClassName
{
border-color: #2B5846;
}
.TagClassName
{
border-color: #2B5846;
}
</style>