Shades of Te Papa Green #215346
Tints of Te Papa Green #215346
RGB
CMYK
RGB Variations
Color information
#215346 (or 0x215346) is known color: Te Papa Green. HEX triplet: 21, 53 and 46. RGB value is (33,83,70). Sum of RGB (Red+Green+Blue) = 33+83+70=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #215346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215346 is #DEACB9. Grayscale: #424242. Windows color (decimal): -14593210 or 4608801. OLE color: 4608801.
HSL color Cylindrical-coordinate representation of color #215346: hue angle of 164.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215346 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 70 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.67 |
| HSL | 164.4º | 0.43% | 0.23% | - |
| HSV(B) | 164.4º | 0.6% | 0.33% | - |
| XYZ | 4.83 | 6.95 | 6.88 | - |
| YUV | 66.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 70 | 0.60 | 0 | 0.16 | 0.67 | 164.4 | 0.43 | 0.23 |
| Hex | 21 | 53 | 46 | 3C | 0 | 10 | 43 | A4 | 2B | 17 |
| Octal | 41 | 123 | 106 | 74 | 0 | 20 | 103 | 244 | 53 | 27 |
| Binary | 100001 | 1010011 | 1000110 | 111100 | 0 | 10000 | 1000011 | 10100100 | 101011 | 10111 |
Color Harmonies of #215346
Complementary color
Monochromatic Colors of #215346
Black with #215346
Text Example
Text Example
White with #215346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215346; }
p { color: rgb(33,83,70); }
H1.HeaderClassName
{
color: #215346;
}
.AnyTagClassName
{
color: #215346;
}
</style>
background-color css
<style>
a { background-color: #215346; }
a { background-color: rgb(33,83,70); }
div.DivClassName
{
background-color: #215346;
}
.BgClassName
{
background-color: #215346;
}
</style>
border-color css
<style>
span { border-color: #215346; }
span { border-color: rgb(33,83,70); }
td.TdClassName
{
border-color: #215346;
}
.TagClassName
{
border-color: #215346;
}
</style>