Shades of Te Papa Green #2B4E44
Tints of Te Papa Green #2B4E44
RGB
CMYK
RGB Variations
Color information
#2B4E44 (or 0x2B4E44) is known color: Te Papa Green. HEX triplet: 2B, 4E and 44. RGB value is (43,78,68). Sum of RGB (Red+Green+Blue) = 43+78+68=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E44 is #D4B1BB. Grayscale: #424242. Windows color (decimal): -13939132 or 4476459. OLE color: 4476459.
HSL color Cylindrical-coordinate representation of color #2B4E44: hue angle of 162.86º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E44 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 78 | 68 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.69 |
| HSL | 162.86º | 0.29% | 0.24% | - |
| HSV(B) | 162.86º | 0.45% | 0.31% | - |
| XYZ | 4.76 | 6.38 | 6.45 | - |
| YUV | 66.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 68 | 0.45 | 0 | 0.13 | 0.69 | 162.86 | 0.29 | 0.24 |
| Hex | 2B | 4E | 44 | 2D | 0 | D | 45 | A3 | 1D | 18 |
| Octal | 53 | 116 | 104 | 55 | 0 | 15 | 105 | 243 | 35 | 30 |
| Binary | 101011 | 1001110 | 1000100 | 101101 | 0 | 1101 | 1000101 | 10100011 | 11101 | 11000 |
Color Harmonies of #2B4E44
Complementary color
Monochromatic Colors of #2B4E44
Black with #2B4E44
Text Example
Text Example
White with #2B4E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E44; }
p { color: rgb(43,78,68); }
H1.HeaderClassName
{
color: #2B4E44;
}
.AnyTagClassName
{
color: #2B4E44;
}
</style>
background-color css
<style>
a { background-color: #2B4E44; }
a { background-color: rgb(43,78,68); }
div.DivClassName
{
background-color: #2B4E44;
}
.BgClassName
{
background-color: #2B4E44;
}
</style>
border-color css
<style>
span { border-color: #2B4E44; }
span { border-color: rgb(43,78,68); }
td.TdClassName
{
border-color: #2B4E44;
}
.TagClassName
{
border-color: #2B4E44;
}
</style>