Shades of Te Papa Green #215247
Tints of Te Papa Green #215247
RGB
CMYK
RGB Variations
Color information
#215247 (or 0x215247) is known color: Te Papa Green. HEX triplet: 21, 52 and 47. RGB value is (33,82,71). Sum of RGB (Red+Green+Blue) = 33+82+71=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #215247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215247 is #DEADB8. Grayscale: #424242. Windows color (decimal): -14593465 or 4674081. OLE color: 4674081.
HSL color Cylindrical-coordinate representation of color #215247: hue angle of 166.53º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215247 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 71 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.68 |
| HSL | 166.53º | 0.43% | 0.23% | - |
| HSV(B) | 166.53º | 0.6% | 0.32% | - |
| XYZ | 4.78 | 6.81 | 7.02 | - |
| YUV | 66.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 71 | 0.60 | 0 | 0.13 | 0.68 | 166.53 | 0.43 | 0.23 |
| Hex | 21 | 52 | 47 | 3C | 0 | D | 44 | A7 | 2B | 17 |
| Octal | 41 | 122 | 107 | 74 | 0 | 15 | 104 | 247 | 53 | 27 |
| Binary | 100001 | 1010010 | 1000111 | 111100 | 0 | 1101 | 1000100 | 10100111 | 101011 | 10111 |
Color Harmonies of #215247
Complementary color
Monochromatic Colors of #215247
Black with #215247
Text Example
Text Example
White with #215247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215247; }
p { color: rgb(33,82,71); }
H1.HeaderClassName
{
color: #215247;
}
.AnyTagClassName
{
color: #215247;
}
</style>
background-color css
<style>
a { background-color: #215247; }
a { background-color: rgb(33,82,71); }
div.DivClassName
{
background-color: #215247;
}
.BgClassName
{
background-color: #215247;
}
</style>
border-color css
<style>
span { border-color: #215247; }
span { border-color: rgb(33,82,71); }
td.TdClassName
{
border-color: #215247;
}
.TagClassName
{
border-color: #215247;
}
</style>