Shades of Te Papa Green #215340
Tints of Te Papa Green #215340
RGB
CMYK
RGB Variations
Color information
#215340 (or 0x215340) is known color: Te Papa Green. HEX triplet: 21, 53 and 40. RGB value is (33,83,64). Sum of RGB (Red+Green+Blue) = 33+83+64=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #215340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215340 is #DEACBF. Grayscale: #414141. Windows color (decimal): -14593216 or 4215585. OLE color: 4215585.
HSL color Cylindrical-coordinate representation of color #215340: hue angle of 157.2º 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 #215340 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 64 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.67 |
| HSL | 157.2º | 0.43% | 0.23% | - |
| HSV(B) | 157.2º | 0.6% | 0.33% | - |
| XYZ | 4.65 | 6.88 | 5.93 | - |
| YUV | 65.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 64 | 0.60 | 0 | 0.23 | 0.67 | 157.2 | 0.43 | 0.23 |
| Hex | 21 | 53 | 40 | 3C | 0 | 17 | 43 | 9D | 2B | 17 |
| Octal | 41 | 123 | 100 | 74 | 0 | 27 | 103 | 235 | 53 | 27 |
| Binary | 100001 | 1010011 | 1000000 | 111100 | 0 | 10111 | 1000011 | 10011101 | 101011 | 10111 |
Color Harmonies of #215340
Complementary color
Monochromatic Colors of #215340
Black with #215340
Text Example
Text Example
White with #215340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215340; }
p { color: rgb(33,83,64); }
H1.HeaderClassName
{
color: #215340;
}
.AnyTagClassName
{
color: #215340;
}
</style>
background-color css
<style>
a { background-color: #215340; }
a { background-color: rgb(33,83,64); }
div.DivClassName
{
background-color: #215340;
}
.BgClassName
{
background-color: #215340;
}
</style>
border-color css
<style>
span { border-color: #215340; }
span { border-color: rgb(33,83,64); }
td.TdClassName
{
border-color: #215340;
}
.TagClassName
{
border-color: #215340;
}
</style>