Shades of Te Papa Green #215443
Tints of Te Papa Green #215443
RGB
CMYK
RGB Variations
Color information
#215443 (or 0x215443) is known color: Te Papa Green. HEX triplet: 21, 54 and 43. RGB value is (33,84,67). Sum of RGB (Red+Green+Blue) = 33+84+67=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #215443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215443 is #DEABBC. Grayscale: #424242. Windows color (decimal): -14592957 or 4412449. OLE color: 4412449.
HSL color Cylindrical-coordinate representation of color #215443: hue angle of 160º 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 #215443 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 84 | 67 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.67 |
| HSL | 160º | 0.44% | 0.23% | - |
| HSV(B) | 160º | 0.61% | 0.33% | - |
| XYZ | 4.81 | 7.07 | 6.42 | - |
| YUV | 66.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 67 | 0.61 | 0 | 0.20 | 0.67 | 160 | 0.44 | 0.23 |
| Hex | 21 | 54 | 43 | 3D | 0 | 14 | 43 | A0 | 2C | 17 |
| Octal | 41 | 124 | 103 | 75 | 0 | 24 | 103 | 240 | 54 | 27 |
| Binary | 100001 | 1010100 | 1000011 | 111101 | 0 | 10100 | 1000011 | 10100000 | 101100 | 10111 |
Color Harmonies of #215443
Complementary color
Monochromatic Colors of #215443
Black with #215443
Text Example
Text Example
White with #215443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215443; }
p { color: rgb(33,84,67); }
H1.HeaderClassName
{
color: #215443;
}
.AnyTagClassName
{
color: #215443;
}
</style>
background-color css
<style>
a { background-color: #215443; }
a { background-color: rgb(33,84,67); }
div.DivClassName
{
background-color: #215443;
}
.BgClassName
{
background-color: #215443;
}
</style>
border-color css
<style>
span { border-color: #215443; }
span { border-color: rgb(33,84,67); }
td.TdClassName
{
border-color: #215443;
}
.TagClassName
{
border-color: #215443;
}
</style>