Shades of Te Papa Green #2B5444
Tints of Te Papa Green #2B5444
RGB
CMYK
RGB Variations
Color information
#2B5444 (or 0x2B5444) is known color: Te Papa Green. HEX triplet: 2B, 54 and 44. RGB value is (43,84,68). Sum of RGB (Red+Green+Blue) = 43+84+68=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5444 is #D4ABBB. Grayscale: #454545. Windows color (decimal): -13937596 or 4477995. OLE color: 4477995.
HSL color Cylindrical-coordinate representation of color #2B5444: hue angle of 156.59º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5444 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 68 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.67 |
| HSL | 156.59º | 0.32% | 0.25% | - |
| HSV(B) | 156.59º | 0.49% | 0.33% | - |
| XYZ | 5.21 | 7.27 | 6.6 | - |
| YUV | 69.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 68 | 0.49 | 0 | 0.19 | 0.67 | 156.59 | 0.32 | 0.25 |
| Hex | 2B | 54 | 44 | 31 | 0 | 13 | 43 | 9D | 20 | 19 |
| Octal | 53 | 124 | 104 | 61 | 0 | 23 | 103 | 235 | 40 | 31 |
| Binary | 101011 | 1010100 | 1000100 | 110001 | 0 | 10011 | 1000011 | 10011101 | 100000 | 11001 |
Color Harmonies of #2B5444
Complementary color
Monochromatic Colors of #2B5444
Black with #2B5444
Text Example
Text Example
White with #2B5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5444; }
p { color: rgb(43,84,68); }
H1.HeaderClassName
{
color: #2B5444;
}
.AnyTagClassName
{
color: #2B5444;
}
</style>
background-color css
<style>
a { background-color: #2B5444; }
a { background-color: rgb(43,84,68); }
div.DivClassName
{
background-color: #2B5444;
}
.BgClassName
{
background-color: #2B5444;
}
</style>
border-color css
<style>
span { border-color: #2B5444; }
span { border-color: rgb(43,84,68); }
td.TdClassName
{
border-color: #2B5444;
}
.TagClassName
{
border-color: #2B5444;
}
</style>