Shades of Te Papa Green #215045
Tints of Te Papa Green #215045
RGB
CMYK
RGB Variations
Color information
#215045 (or 0x215045) is known color: Te Papa Green. HEX triplet: 21, 50 and 45. RGB value is (33,80,69). Sum of RGB (Red+Green+Blue) = 33+80+69=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #215045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215045 is #DEAFBA. Grayscale: #404040. Windows color (decimal): -14593979 or 4542497. OLE color: 4542497.
HSL color Cylindrical-coordinate representation of color #215045: hue angle of 165.96º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215045 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 69 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.69 |
| HSL | 165.96º | 0.42% | 0.22% | - |
| HSV(B) | 165.96º | 0.59% | 0.31% | - |
| XYZ | 4.57 | 6.49 | 6.64 | - |
| YUV | 64.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 69 | 0.59 | 0 | 0.14 | 0.69 | 165.96 | 0.42 | 0.22 |
| Hex | 21 | 50 | 45 | 3B | 0 | E | 45 | A6 | 2A | 16 |
| Octal | 41 | 120 | 105 | 73 | 0 | 16 | 105 | 246 | 52 | 26 |
| Binary | 100001 | 1010000 | 1000101 | 111011 | 0 | 1110 | 1000101 | 10100110 | 101010 | 10110 |
Color Harmonies of #215045
Complementary color
Monochromatic Colors of #215045
Black with #215045
Text Example
Text Example
White with #215045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215045; }
p { color: rgb(33,80,69); }
H1.HeaderClassName
{
color: #215045;
}
.AnyTagClassName
{
color: #215045;
}
</style>
background-color css
<style>
a { background-color: #215045; }
a { background-color: rgb(33,80,69); }
div.DivClassName
{
background-color: #215045;
}
.BgClassName
{
background-color: #215045;
}
</style>
border-color css
<style>
span { border-color: #215045; }
span { border-color: rgb(33,80,69); }
td.TdClassName
{
border-color: #215045;
}
.TagClassName
{
border-color: #215045;
}
</style>