Shades of Te Papa Green #214E3E
Tints of Te Papa Green #214E3E
RGB
CMYK
RGB Variations
Color information
#214E3E (or 0x214E3E) is known color: Te Papa Green. HEX triplet: 21, 4E and 3E. RGB value is (33,78,62). Sum of RGB (Red+Green+Blue) = 33+78+62=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #214E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E3E is #DEB1C1. Grayscale: #3E3E3E. Windows color (decimal): -14594498 or 4083233. OLE color: 4083233.
HSL color Cylindrical-coordinate representation of color #214E3E: hue angle of 158.67º 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 #214E3E is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 62 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.69 |
| HSL | 158.67º | 0.41% | 0.22% | - |
| HSV(B) | 158.67º | 0.58% | 0.31% | - |
| XYZ | 4.22 | 6.12 | 5.52 | - |
| YUV | 62.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 62 | 0.58 | 0 | 0.21 | 0.69 | 158.67 | 0.41 | 0.22 |
| Hex | 21 | 4E | 3E | 3A | 0 | 15 | 45 | 9F | 29 | 16 |
| Octal | 41 | 116 | 76 | 72 | 0 | 25 | 105 | 237 | 51 | 26 |
| Binary | 100001 | 1001110 | 111110 | 111010 | 0 | 10101 | 1000101 | 10011111 | 101001 | 10110 |
Color Harmonies of #214E3E
Complementary color
Monochromatic Colors of #214E3E
Black with #214E3E
Text Example
Text Example
White with #214E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E3E; }
p { color: rgb(33,78,62); }
H1.HeaderClassName
{
color: #214E3E;
}
.AnyTagClassName
{
color: #214E3E;
}
</style>
background-color css
<style>
a { background-color: #214E3E; }
a { background-color: rgb(33,78,62); }
div.DivClassName
{
background-color: #214E3E;
}
.BgClassName
{
background-color: #214E3E;
}
</style>
border-color css
<style>
span { border-color: #214E3E; }
span { border-color: rgb(33,78,62); }
td.TdClassName
{
border-color: #214E3E;
}
.TagClassName
{
border-color: #214E3E;
}
</style>