Shades of Te Papa Green #215342
Tints of Te Papa Green #215342
RGB
CMYK
RGB Variations
Color information
#215342 (or 0x215342) is known color: Te Papa Green. HEX triplet: 21, 53 and 42. RGB value is (33,83,66). Sum of RGB (Red+Green+Blue) = 33+83+66=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #215342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215342 is #DEACBD. Grayscale: #424242. Windows color (decimal): -14593214 or 4346657. OLE color: 4346657.
HSL color Cylindrical-coordinate representation of color #215342: hue angle of 159.6º 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 #215342 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 66 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.67 |
| HSL | 159.6º | 0.43% | 0.23% | - |
| HSV(B) | 159.6º | 0.6% | 0.33% | - |
| XYZ | 4.7 | 6.9 | 6.24 | - |
| YUV | 66.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 66 | 0.60 | 0 | 0.20 | 0.67 | 159.6 | 0.43 | 0.23 |
| Hex | 21 | 53 | 42 | 3C | 0 | 14 | 43 | A0 | 2B | 17 |
| Octal | 41 | 123 | 102 | 74 | 0 | 24 | 103 | 240 | 53 | 27 |
| Binary | 100001 | 1010011 | 1000010 | 111100 | 0 | 10100 | 1000011 | 10100000 | 101011 | 10111 |
Color Harmonies of #215342
Complementary color
Monochromatic Colors of #215342
Black with #215342
Text Example
Text Example
White with #215342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215342; }
p { color: rgb(33,83,66); }
H1.HeaderClassName
{
color: #215342;
}
.AnyTagClassName
{
color: #215342;
}
</style>
background-color css
<style>
a { background-color: #215342; }
a { background-color: rgb(33,83,66); }
div.DivClassName
{
background-color: #215342;
}
.BgClassName
{
background-color: #215342;
}
</style>
border-color css
<style>
span { border-color: #215342; }
span { border-color: rgb(33,83,66); }
td.TdClassName
{
border-color: #215342;
}
.TagClassName
{
border-color: #215342;
}
</style>