Shades of Te Papa Green #215040
Tints of Te Papa Green #215040
RGB
CMYK
RGB Variations
Color information
#215040 (or 0x215040) is known color: Te Papa Green. HEX triplet: 21, 50 and 40. RGB value is (33,80,64). Sum of RGB (Red+Green+Blue) = 33+80+64=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #215040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215040 is #DEAFBF. Grayscale: #404040. Windows color (decimal): -14593984 or 4214817. OLE color: 4214817.
HSL color Cylindrical-coordinate representation of color #215040: hue angle of 159.57º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215040 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 64 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.69 |
| HSL | 159.57º | 0.42% | 0.22% | - |
| HSV(B) | 159.57º | 0.59% | 0.31% | - |
| XYZ | 4.42 | 6.43 | 5.86 | - |
| YUV | 64.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 64 | 0.59 | 0 | 0.20 | 0.69 | 159.57 | 0.42 | 0.22 |
| Hex | 21 | 50 | 40 | 3B | 0 | 14 | 45 | A0 | 2A | 16 |
| Octal | 41 | 120 | 100 | 73 | 0 | 24 | 105 | 240 | 52 | 26 |
| Binary | 100001 | 1010000 | 1000000 | 111011 | 0 | 10100 | 1000101 | 10100000 | 101010 | 10110 |
Color Harmonies of #215040
Complementary color
Monochromatic Colors of #215040
Black with #215040
Text Example
Text Example
White with #215040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215040; }
p { color: rgb(33,80,64); }
H1.HeaderClassName
{
color: #215040;
}
.AnyTagClassName
{
color: #215040;
}
</style>
background-color css
<style>
a { background-color: #215040; }
a { background-color: rgb(33,80,64); }
div.DivClassName
{
background-color: #215040;
}
.BgClassName
{
background-color: #215040;
}
</style>
border-color css
<style>
span { border-color: #215040; }
span { border-color: rgb(33,80,64); }
td.TdClassName
{
border-color: #215040;
}
.TagClassName
{
border-color: #215040;
}
</style>