Shades of Te Papa Green #2B5348
Tints of Te Papa Green #2B5348
RGB
CMYK
RGB Variations
Color information
#2B5348 (or 0x2B5348) is known color: Te Papa Green. HEX triplet: 2B, 53 and 48. RGB value is (43,83,72). Sum of RGB (Red+Green+Blue) = 43+83+72=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5348 is #D4ACB7. Grayscale: #454545. Windows color (decimal): -13937848 or 4739883. OLE color: 4739883.
HSL color Cylindrical-coordinate representation of color #2B5348: hue angle of 163.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5348 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 72 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.67 |
| HSL | 163.5º | 0.32% | 0.25% | - |
| HSV(B) | 163.5º | 0.48% | 0.33% | - |
| XYZ | 5.26 | 7.17 | 7.24 | - |
| YUV | 69.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 72 | 0.48 | 0 | 0.13 | 0.67 | 163.5 | 0.32 | 0.25 |
| Hex | 2B | 53 | 48 | 30 | 0 | D | 43 | A4 | 20 | 19 |
| Octal | 53 | 123 | 110 | 60 | 0 | 15 | 103 | 244 | 40 | 31 |
| Binary | 101011 | 1010011 | 1001000 | 110000 | 0 | 1101 | 1000011 | 10100100 | 100000 | 11001 |
Color Harmonies of #2B5348
Complementary color
Monochromatic Colors of #2B5348
Black with #2B5348
Text Example
Text Example
White with #2B5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5348; }
p { color: rgb(43,83,72); }
H1.HeaderClassName
{
color: #2B5348;
}
.AnyTagClassName
{
color: #2B5348;
}
</style>
background-color css
<style>
a { background-color: #2B5348; }
a { background-color: rgb(43,83,72); }
div.DivClassName
{
background-color: #2B5348;
}
.BgClassName
{
background-color: #2B5348;
}
</style>
border-color css
<style>
span { border-color: #2B5348; }
span { border-color: rgb(43,83,72); }
td.TdClassName
{
border-color: #2B5348;
}
.TagClassName
{
border-color: #2B5348;
}
</style>