Shades of Te Papa Green #2B5041
Tints of Te Papa Green #2B5041
RGB
CMYK
RGB Variations
Color information
#2B5041 (or 0x2B5041) is known color: Te Papa Green. HEX triplet: 2B, 50 and 41. RGB value is (43,80,65). Sum of RGB (Red+Green+Blue) = 43+80+65=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5041 is #D4AFBE. Grayscale: #434343. Windows color (decimal): -13938623 or 4280363. OLE color: 4280363.
HSL color Cylindrical-coordinate representation of color #2B5041: hue angle of 155.68º 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 #2B5041 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 65 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.69 |
| HSL | 155.68º | 0.3% | 0.24% | - |
| HSV(B) | 155.68º | 0.46% | 0.31% | - |
| XYZ | 4.82 | 6.63 | 6.03 | - |
| YUV | 67.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 65 | 0.46 | 0 | 0.19 | 0.69 | 155.68 | 0.3 | 0.24 |
| Hex | 2B | 50 | 41 | 2E | 0 | 13 | 45 | 9C | 1E | 18 |
| Octal | 53 | 120 | 101 | 56 | 0 | 23 | 105 | 234 | 36 | 30 |
| Binary | 101011 | 1010000 | 1000001 | 101110 | 0 | 10011 | 1000101 | 10011100 | 11110 | 11000 |
Color Harmonies of #2B5041
Complementary color
Monochromatic Colors of #2B5041
Black with #2B5041
Text Example
Text Example
White with #2B5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5041; }
p { color: rgb(43,80,65); }
H1.HeaderClassName
{
color: #2B5041;
}
.AnyTagClassName
{
color: #2B5041;
}
</style>
background-color css
<style>
a { background-color: #2B5041; }
a { background-color: rgb(43,80,65); }
div.DivClassName
{
background-color: #2B5041;
}
.BgClassName
{
background-color: #2B5041;
}
</style>
border-color css
<style>
span { border-color: #2B5041; }
span { border-color: rgb(43,80,65); }
td.TdClassName
{
border-color: #2B5041;
}
.TagClassName
{
border-color: #2B5041;
}
</style>