Shades of Te Papa Green #2B4F42
Tints of Te Papa Green #2B4F42
RGB
CMYK
RGB Variations
Color information
#2B4F42 (or 0x2B4F42) is known color: Te Papa Green. HEX triplet: 2B, 4F and 42. RGB value is (43,79,66). Sum of RGB (Red+Green+Blue) = 43+79+66=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F42 is #D4B0BD. Grayscale: #424242. Windows color (decimal): -13938878 or 4345643. OLE color: 4345643.
HSL color Cylindrical-coordinate representation of color #2B4F42: hue angle of 158.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F42 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 79 | 66 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.69 |
| HSL | 158.33º | 0.3% | 0.24% | - |
| HSV(B) | 158.33º | 0.46% | 0.31% | - |
| XYZ | 4.78 | 6.5 | 6.16 | - |
| YUV | 66.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 66 | 0.46 | 0 | 0.16 | 0.69 | 158.33 | 0.3 | 0.24 |
| Hex | 2B | 4F | 42 | 2E | 0 | 10 | 45 | 9E | 1E | 18 |
| Octal | 53 | 117 | 102 | 56 | 0 | 20 | 105 | 236 | 36 | 30 |
| Binary | 101011 | 1001111 | 1000010 | 101110 | 0 | 10000 | 1000101 | 10011110 | 11110 | 11000 |
Color Harmonies of #2B4F42
Complementary color
Monochromatic Colors of #2B4F42
Black with #2B4F42
Text Example
Text Example
White with #2B4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4F42; }
p { color: rgb(43,79,66); }
H1.HeaderClassName
{
color: #2B4F42;
}
.AnyTagClassName
{
color: #2B4F42;
}
</style>
background-color css
<style>
a { background-color: #2B4F42; }
a { background-color: rgb(43,79,66); }
div.DivClassName
{
background-color: #2B4F42;
}
.BgClassName
{
background-color: #2B4F42;
}
</style>
border-color css
<style>
span { border-color: #2B4F42; }
span { border-color: rgb(43,79,66); }
td.TdClassName
{
border-color: #2B4F42;
}
.TagClassName
{
border-color: #2B4F42;
}
</style>