Shades of Te Papa Green #215146
Tints of Te Papa Green #215146
RGB
CMYK
RGB Variations
Color information
#215146 (or 0x215146) is known color: Te Papa Green. HEX triplet: 21, 51 and 46. RGB value is (33,81,70). Sum of RGB (Red+Green+Blue) = 33+81+70=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #215146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215146 is #DEAEB9. Grayscale: #414141. Windows color (decimal): -14593722 or 4608289. OLE color: 4608289.
HSL color Cylindrical-coordinate representation of color #215146: hue angle of 166.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215146 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 70 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.68 |
| HSL | 166.25º | 0.42% | 0.22% | - |
| HSV(B) | 166.25º | 0.59% | 0.32% | - |
| XYZ | 4.68 | 6.65 | 6.83 | - |
| YUV | 65.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 70 | 0.59 | 0 | 0.14 | 0.68 | 166.25 | 0.42 | 0.22 |
| Hex | 21 | 51 | 46 | 3B | 0 | E | 44 | A6 | 2A | 16 |
| Octal | 41 | 121 | 106 | 73 | 0 | 16 | 104 | 246 | 52 | 26 |
| Binary | 100001 | 1010001 | 1000110 | 111011 | 0 | 1110 | 1000100 | 10100110 | 101010 | 10110 |
Color Harmonies of #215146
Complementary color
Monochromatic Colors of #215146
Black with #215146
Text Example
Text Example
White with #215146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215146; }
p { color: rgb(33,81,70); }
H1.HeaderClassName
{
color: #215146;
}
.AnyTagClassName
{
color: #215146;
}
</style>
background-color css
<style>
a { background-color: #215146; }
a { background-color: rgb(33,81,70); }
div.DivClassName
{
background-color: #215146;
}
.BgClassName
{
background-color: #215146;
}
</style>
border-color css
<style>
span { border-color: #215146; }
span { border-color: rgb(33,81,70); }
td.TdClassName
{
border-color: #215146;
}
.TagClassName
{
border-color: #215146;
}
</style>