Shades of Te Papa Green #214E43
Tints of Te Papa Green #214E43
RGB
CMYK
RGB Variations
Color information
#214E43 (or 0x214E43) is known color: Te Papa Green. HEX triplet: 21, 4E and 43. RGB value is (33,78,67). Sum of RGB (Red+Green+Blue) = 33+78+67=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #214E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E43 is #DEB1BC. Grayscale: #3F3F3F. Windows color (decimal): -14594493 or 4410913. OLE color: 4410913.
HSL color Cylindrical-coordinate representation of color #214E43: hue angle of 165.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E43 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 67 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.69 |
| HSL | 165.33º | 0.41% | 0.22% | - |
| HSV(B) | 165.33º | 0.58% | 0.31% | - |
| XYZ | 4.36 | 6.18 | 6.27 | - |
| YUV | 63.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 67 | 0.58 | 0 | 0.14 | 0.69 | 165.33 | 0.41 | 0.22 |
| Hex | 21 | 4E | 43 | 3A | 0 | E | 45 | A5 | 29 | 16 |
| Octal | 41 | 116 | 103 | 72 | 0 | 16 | 105 | 245 | 51 | 26 |
| Binary | 100001 | 1001110 | 1000011 | 111010 | 0 | 1110 | 1000101 | 10100101 | 101001 | 10110 |
Color Harmonies of #214E43
Complementary color
Monochromatic Colors of #214E43
Black with #214E43
Text Example
Text Example
White with #214E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E43; }
p { color: rgb(33,78,67); }
H1.HeaderClassName
{
color: #214E43;
}
.AnyTagClassName
{
color: #214E43;
}
</style>
background-color css
<style>
a { background-color: #214E43; }
a { background-color: rgb(33,78,67); }
div.DivClassName
{
background-color: #214E43;
}
.BgClassName
{
background-color: #214E43;
}
</style>
border-color css
<style>
span { border-color: #214E43; }
span { border-color: rgb(33,78,67); }
td.TdClassName
{
border-color: #214E43;
}
.TagClassName
{
border-color: #214E43;
}
</style>