Shades of Te Papa Green #215241
Tints of Te Papa Green #215241
RGB
CMYK
RGB Variations
Color information
#215241 (or 0x215241) is known color: Te Papa Green. HEX triplet: 21, 52 and 41. RGB value is (33,82,65). Sum of RGB (Red+Green+Blue) = 33+82+65=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #215241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215241 is #DEADBE. Grayscale: #414141. Windows color (decimal): -14593471 or 4280865. OLE color: 4280865.
HSL color Cylindrical-coordinate representation of color #215241: hue angle of 159.18º 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 #215241 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 65 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.68 |
| HSL | 159.18º | 0.43% | 0.23% | - |
| HSV(B) | 159.18º | 0.6% | 0.32% | - |
| XYZ | 4.6 | 6.74 | 6.06 | - |
| YUV | 65.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 65 | 0.60 | 0 | 0.21 | 0.68 | 159.18 | 0.43 | 0.23 |
| Hex | 21 | 52 | 41 | 3C | 0 | 15 | 44 | 9F | 2B | 17 |
| Octal | 41 | 122 | 101 | 74 | 0 | 25 | 104 | 237 | 53 | 27 |
| Binary | 100001 | 1010010 | 1000001 | 111100 | 0 | 10101 | 1000100 | 10011111 | 101011 | 10111 |
Color Harmonies of #215241
Complementary color
Monochromatic Colors of #215241
Black with #215241
Text Example
Text Example
White with #215241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215241; }
p { color: rgb(33,82,65); }
H1.HeaderClassName
{
color: #215241;
}
.AnyTagClassName
{
color: #215241;
}
</style>
background-color css
<style>
a { background-color: #215241; }
a { background-color: rgb(33,82,65); }
div.DivClassName
{
background-color: #215241;
}
.BgClassName
{
background-color: #215241;
}
</style>
border-color css
<style>
span { border-color: #215241; }
span { border-color: rgb(33,82,65); }
td.TdClassName
{
border-color: #215241;
}
.TagClassName
{
border-color: #215241;
}
</style>