Shades of Te Papa Green #2B4B40
Tints of Te Papa Green #2B4B40
RGB
CMYK
RGB Variations
Color information
#2B4B40 (or 0x2B4B40) is known color: Te Papa Green. HEX triplet: 2B, 4B and 40. RGB value is (43,75,64). Sum of RGB (Red+Green+Blue) = 43+75+64=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B40 is #D4B4BF. Grayscale: #404040. Windows color (decimal): -13939904 or 4213547. OLE color: 4213547.
HSL color Cylindrical-coordinate representation of color #2B4B40: hue angle of 159.38º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B40 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 75 | 64 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.71 |
| HSL | 159.38º | 0.27% | 0.23% | - |
| HSV(B) | 159.38º | 0.43% | 0.29% | - |
| XYZ | 4.44 | 5.92 | 5.76 | - |
| YUV | 64.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 64 | 0.43 | 0 | 0.15 | 0.71 | 159.38 | 0.27 | 0.23 |
| Hex | 2B | 4B | 40 | 2B | 0 | F | 47 | 9F | 1B | 17 |
| Octal | 53 | 113 | 100 | 53 | 0 | 17 | 107 | 237 | 33 | 27 |
| Binary | 101011 | 1001011 | 1000000 | 101011 | 0 | 1111 | 1000111 | 10011111 | 11011 | 10111 |
Color Harmonies of #2B4B40
Complementary color
Monochromatic Colors of #2B4B40
Black with #2B4B40
Text Example
Text Example
White with #2B4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B40; }
p { color: rgb(43,75,64); }
H1.HeaderClassName
{
color: #2B4B40;
}
.AnyTagClassName
{
color: #2B4B40;
}
</style>
background-color css
<style>
a { background-color: #2B4B40; }
a { background-color: rgb(43,75,64); }
div.DivClassName
{
background-color: #2B4B40;
}
.BgClassName
{
background-color: #2B4B40;
}
</style>
border-color css
<style>
span { border-color: #2B4B40; }
span { border-color: rgb(43,75,64); }
td.TdClassName
{
border-color: #2B4B40;
}
.TagClassName
{
border-color: #2B4B40;
}
</style>