Shades of Te Papa Green #215243
Tints of Te Papa Green #215243
RGB
CMYK
RGB Variations
Color information
#215243 (or 0x215243) is known color: Te Papa Green. HEX triplet: 21, 52 and 43. RGB value is (33,82,67). Sum of RGB (Red+Green+Blue) = 33+82+67=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #215243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215243 is #DEADBC. Grayscale: #414141. Windows color (decimal): -14593469 or 4411937. OLE color: 4411937.
HSL color Cylindrical-coordinate representation of color #215243: hue angle of 161.63º 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 #215243 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 67 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.68 |
| HSL | 161.63º | 0.43% | 0.23% | - |
| HSV(B) | 161.63º | 0.6% | 0.32% | - |
| XYZ | 4.66 | 6.76 | 6.37 | - |
| YUV | 65.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 67 | 0.60 | 0 | 0.18 | 0.68 | 161.63 | 0.43 | 0.23 |
| Hex | 21 | 52 | 43 | 3C | 0 | 12 | 44 | A2 | 2B | 17 |
| Octal | 41 | 122 | 103 | 74 | 0 | 22 | 104 | 242 | 53 | 27 |
| Binary | 100001 | 1010010 | 1000011 | 111100 | 0 | 10010 | 1000100 | 10100010 | 101011 | 10111 |
Color Harmonies of #215243
Complementary color
Monochromatic Colors of #215243
Black with #215243
Text Example
Text Example
White with #215243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215243; }
p { color: rgb(33,82,67); }
H1.HeaderClassName
{
color: #215243;
}
.AnyTagClassName
{
color: #215243;
}
</style>
background-color css
<style>
a { background-color: #215243; }
a { background-color: rgb(33,82,67); }
div.DivClassName
{
background-color: #215243;
}
.BgClassName
{
background-color: #215243;
}
</style>
border-color css
<style>
span { border-color: #215243; }
span { border-color: rgb(33,82,67); }
td.TdClassName
{
border-color: #215243;
}
.TagClassName
{
border-color: #215243;
}
</style>