Shades of Te Papa Green #2B5142
Tints of Te Papa Green #2B5142
RGB
CMYK
RGB Variations
Color information
#2B5142 (or 0x2B5142) is known color: Te Papa Green. HEX triplet: 2B, 51 and 42. RGB value is (43,81,66). Sum of RGB (Red+Green+Blue) = 43+81+66=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5142 is #D4AEBD. Grayscale: #434343. Windows color (decimal): -13938366 or 4346155. OLE color: 4346155.
HSL color Cylindrical-coordinate representation of color #2B5142: hue angle of 156.32º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B5142 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 66 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.68 |
| HSL | 156.32º | 0.31% | 0.24% | - |
| HSV(B) | 156.32º | 0.47% | 0.32% | - |
| XYZ | 4.92 | 6.79 | 6.21 | - |
| YUV | 67.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 66 | 0.47 | 0 | 0.19 | 0.68 | 156.32 | 0.31 | 0.24 |
| Hex | 2B | 51 | 42 | 2F | 0 | 13 | 44 | 9C | 1F | 18 |
| Octal | 53 | 121 | 102 | 57 | 0 | 23 | 104 | 234 | 37 | 30 |
| Binary | 101011 | 1010001 | 1000010 | 101111 | 0 | 10011 | 1000100 | 10011100 | 11111 | 11000 |
Color Harmonies of #2B5142
Complementary color
Monochromatic Colors of #2B5142
Black with #2B5142
Text Example
Text Example
White with #2B5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5142; }
p { color: rgb(43,81,66); }
H1.HeaderClassName
{
color: #2B5142;
}
.AnyTagClassName
{
color: #2B5142;
}
</style>
background-color css
<style>
a { background-color: #2B5142; }
a { background-color: rgb(43,81,66); }
div.DivClassName
{
background-color: #2B5142;
}
.BgClassName
{
background-color: #2B5142;
}
</style>
border-color css
<style>
span { border-color: #2B5142; }
span { border-color: rgb(43,81,66); }
td.TdClassName
{
border-color: #2B5142;
}
.TagClassName
{
border-color: #2B5142;
}
</style>