Shades of Te Papa Green #215545
Tints of Te Papa Green #215545
RGB
CMYK
RGB Variations
Color information
#215545 (or 0x215545) is known color: Te Papa Green. HEX triplet: 21, 55 and 45. RGB value is (33,85,69). Sum of RGB (Red+Green+Blue) = 33+85+69=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #215545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215545 is #DEAABA. Grayscale: #434343. Windows color (decimal): -14592699 or 4543777. OLE color: 4543777.
HSL color Cylindrical-coordinate representation of color #215545: hue angle of 161.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215545 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 69 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.67 |
| HSL | 161.54º | 0.44% | 0.23% | - |
| HSV(B) | 161.54º | 0.61% | 0.33% | - |
| XYZ | 4.95 | 7.25 | 6.77 | - |
| YUV | 67.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 69 | 0.61 | 0 | 0.19 | 0.67 | 161.54 | 0.44 | 0.23 |
| Hex | 21 | 55 | 45 | 3D | 0 | 13 | 43 | A2 | 2C | 17 |
| Octal | 41 | 125 | 105 | 75 | 0 | 23 | 103 | 242 | 54 | 27 |
| Binary | 100001 | 1010101 | 1000101 | 111101 | 0 | 10011 | 1000011 | 10100010 | 101100 | 10111 |
Color Harmonies of #215545
Complementary color
Monochromatic Colors of #215545
Black with #215545
Text Example
Text Example
White with #215545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215545; }
p { color: rgb(33,85,69); }
H1.HeaderClassName
{
color: #215545;
}
.AnyTagClassName
{
color: #215545;
}
</style>
background-color css
<style>
a { background-color: #215545; }
a { background-color: rgb(33,85,69); }
div.DivClassName
{
background-color: #215545;
}
.BgClassName
{
background-color: #215545;
}
</style>
border-color css
<style>
span { border-color: #215545; }
span { border-color: rgb(33,85,69); }
td.TdClassName
{
border-color: #215545;
}
.TagClassName
{
border-color: #215545;
}
</style>