Shades of Te Papa Green #214D3E
Tints of Te Papa Green #214D3E
RGB
CMYK
RGB Variations
Color information
#214D3E (or 0x214D3E) is known color: Te Papa Green. HEX triplet: 21, 4D and 3E. RGB value is (33,77,62). Sum of RGB (Red+Green+Blue) = 33+77+62=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #214D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D3E is #DEB2C1. Grayscale: #3E3E3E. Windows color (decimal): -14594754 or 4082977. OLE color: 4082977.
HSL color Cylindrical-coordinate representation of color #214D3E: hue angle of 159.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D3E is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 62 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.70 |
| HSL | 159.55º | 0.4% | 0.22% | - |
| HSV(B) | 159.55º | 0.57% | 0.3% | - |
| XYZ | 4.15 | 5.98 | 5.49 | - |
| YUV | 62.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 62 | 0.57 | 0 | 0.19 | 0.70 | 159.55 | 0.4 | 0.22 |
| Hex | 21 | 4D | 3E | 39 | 0 | 13 | 46 | A0 | 28 | 16 |
| Octal | 41 | 115 | 76 | 71 | 0 | 23 | 106 | 240 | 50 | 26 |
| Binary | 100001 | 1001101 | 111110 | 111001 | 0 | 10011 | 1000110 | 10100000 | 101000 | 10110 |
Color Harmonies of #214D3E
Complementary color
Monochromatic Colors of #214D3E
Black with #214D3E
Text Example
Text Example
White with #214D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D3E; }
p { color: rgb(33,77,62); }
H1.HeaderClassName
{
color: #214D3E;
}
.AnyTagClassName
{
color: #214D3E;
}
</style>
background-color css
<style>
a { background-color: #214D3E; }
a { background-color: rgb(33,77,62); }
div.DivClassName
{
background-color: #214D3E;
}
.BgClassName
{
background-color: #214D3E;
}
</style>
border-color css
<style>
span { border-color: #214D3E; }
span { border-color: rgb(33,77,62); }
td.TdClassName
{
border-color: #214D3E;
}
.TagClassName
{
border-color: #214D3E;
}
</style>