Shades of Te Papa Green #214D3F
Tints of Te Papa Green #214D3F
RGB
CMYK
RGB Variations
Color information
#214D3F (or 0x214D3F) is known color: Te Papa Green. HEX triplet: 21, 4D and 3F. RGB value is (33,77,63). Sum of RGB (Red+Green+Blue) = 33+77+63=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #214D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D3F is #DEB2C0. Grayscale: #3E3E3E. Windows color (decimal): -14594753 or 4148513. OLE color: 4148513.
HSL color Cylindrical-coordinate representation of color #214D3F: hue angle of 160.91º 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 #214D3F is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 63 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.70 |
| HSL | 160.91º | 0.4% | 0.22% | - |
| HSV(B) | 160.91º | 0.57% | 0.3% | - |
| XYZ | 4.18 | 5.99 | 5.64 | - |
| YUV | 62.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 63 | 0.57 | 0 | 0.18 | 0.70 | 160.91 | 0.4 | 0.22 |
| Hex | 21 | 4D | 3F | 39 | 0 | 12 | 46 | A1 | 28 | 16 |
| Octal | 41 | 115 | 77 | 71 | 0 | 22 | 106 | 241 | 50 | 26 |
| Binary | 100001 | 1001101 | 111111 | 111001 | 0 | 10010 | 1000110 | 10100001 | 101000 | 10110 |
Color Harmonies of #214D3F
Complementary color
Monochromatic Colors of #214D3F
Black with #214D3F
Text Example
Text Example
White with #214D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D3F; }
p { color: rgb(33,77,63); }
H1.HeaderClassName
{
color: #214D3F;
}
.AnyTagClassName
{
color: #214D3F;
}
</style>
background-color css
<style>
a { background-color: #214D3F; }
a { background-color: rgb(33,77,63); }
div.DivClassName
{
background-color: #214D3F;
}
.BgClassName
{
background-color: #214D3F;
}
</style>
border-color css
<style>
span { border-color: #214D3F; }
span { border-color: rgb(33,77,63); }
td.TdClassName
{
border-color: #214D3F;
}
.TagClassName
{
border-color: #214D3F;
}
</style>