Shades of Te Papa Green #2B4941
Tints of Te Papa Green #2B4941
RGB
CMYK
RGB Variations
Color information
#2B4941 (or 0x2B4941) is known color: Te Papa Green. HEX triplet: 2B, 49 and 41. RGB value is (43,73,65). Sum of RGB (Red+Green+Blue) = 43+73+65=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4941 is #D4B6BE. Grayscale: #3F3F3F. Windows color (decimal): -13940415 or 4278571. OLE color: 4278571.
HSL color Cylindrical-coordinate representation of color #2B4941: hue angle of 164º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4941 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 65 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.71 |
| HSL | 164º | 0.26% | 0.23% | - |
| HSV(B) | 164º | 0.41% | 0.29% | - |
| XYZ | 4.33 | 5.66 | 5.87 | - |
| YUV | 63.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 65 | 0.41 | 0 | 0.11 | 0.71 | 164 | 0.26 | 0.23 |
| Hex | 2B | 49 | 41 | 29 | 0 | B | 47 | A4 | 1A | 17 |
| Octal | 53 | 111 | 101 | 51 | 0 | 13 | 107 | 244 | 32 | 27 |
| Binary | 101011 | 1001001 | 1000001 | 101001 | 0 | 1011 | 1000111 | 10100100 | 11010 | 10111 |
Color Harmonies of #2B4941
Complementary color
Monochromatic Colors of #2B4941
Black with #2B4941
Text Example
Text Example
White with #2B4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4941; }
p { color: rgb(43,73,65); }
H1.HeaderClassName
{
color: #2B4941;
}
.AnyTagClassName
{
color: #2B4941;
}
</style>
background-color css
<style>
a { background-color: #2B4941; }
a { background-color: rgb(43,73,65); }
div.DivClassName
{
background-color: #2B4941;
}
.BgClassName
{
background-color: #2B4941;
}
</style>
border-color css
<style>
span { border-color: #2B4941; }
span { border-color: rgb(43,73,65); }
td.TdClassName
{
border-color: #2B4941;
}
.TagClassName
{
border-color: #2B4941;
}
</style>