Shades of Te Papa Green #215843
Tints of Te Papa Green #215843
RGB
CMYK
RGB Variations
Color information
#215843 (or 0x215843) is known color: Te Papa Green. HEX triplet: 21, 58 and 43. RGB value is (33,88,67). Sum of RGB (Red+Green+Blue) = 33+88+67=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #215843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215843 is #DEA7BC. Grayscale: #454545. Windows color (decimal): -14591933 or 4413473. OLE color: 4413473.
HSL color Cylindrical-coordinate representation of color #215843: hue angle of 157.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215843 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 67 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.65 |
| HSL | 157.09º | 0.45% | 0.24% | - |
| HSV(B) | 157.09º | 0.63% | 0.35% | - |
| XYZ | 5.13 | 7.71 | 6.53 | - |
| YUV | 69.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 67 | 0.62 | 0 | 0.24 | 0.65 | 157.09 | 0.45 | 0.24 |
| Hex | 21 | 58 | 43 | 3E | 0 | 18 | 41 | 9D | 2D | 18 |
| Octal | 41 | 130 | 103 | 76 | 0 | 30 | 101 | 235 | 55 | 30 |
| Binary | 100001 | 1011000 | 1000011 | 111110 | 0 | 11000 | 1000001 | 10011101 | 101101 | 11000 |
Color Harmonies of #215843
Complementary color
Monochromatic Colors of #215843
Black with #215843
Text Example
Text Example
White with #215843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215843; }
p { color: rgb(33,88,67); }
H1.HeaderClassName
{
color: #215843;
}
.AnyTagClassName
{
color: #215843;
}
</style>
background-color css
<style>
a { background-color: #215843; }
a { background-color: rgb(33,88,67); }
div.DivClassName
{
background-color: #215843;
}
.BgClassName
{
background-color: #215843;
}
</style>
border-color css
<style>
span { border-color: #215843; }
span { border-color: rgb(33,88,67); }
td.TdClassName
{
border-color: #215843;
}
.TagClassName
{
border-color: #215843;
}
</style>