Shades of Te Papa Green #21503F
Tints of Te Papa Green #21503F
RGB
CMYK
RGB Variations
Color information
#21503F (or 0x21503F) is known color: Te Papa Green. HEX triplet: 21, 50 and 3F. RGB value is (33,80,63). Sum of RGB (Red+Green+Blue) = 33+80+63=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #21503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21503F is #DEAFC0. Grayscale: #404040. Windows color (decimal): -14593985 or 4149281. OLE color: 4149281.
HSL color Cylindrical-coordinate representation of color #21503F: hue angle of 158.3º 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 #21503F is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 63 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.69 |
| HSL | 158.3º | 0.42% | 0.22% | - |
| HSV(B) | 158.3º | 0.59% | 0.31% | - |
| XYZ | 4.39 | 6.42 | 5.71 | - |
| YUV | 64.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 63 | 0.59 | 0 | 0.21 | 0.69 | 158.3 | 0.42 | 0.22 |
| Hex | 21 | 50 | 3F | 3B | 0 | 15 | 45 | 9E | 2A | 16 |
| Octal | 41 | 120 | 77 | 73 | 0 | 25 | 105 | 236 | 52 | 26 |
| Binary | 100001 | 1010000 | 111111 | 111011 | 0 | 10101 | 1000101 | 10011110 | 101010 | 10110 |
Color Harmonies of #21503F
Complementary color
Monochromatic Colors of #21503F
Black with #21503F
Text Example
Text Example
White with #21503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21503F; }
p { color: rgb(33,80,63); }
H1.HeaderClassName
{
color: #21503F;
}
.AnyTagClassName
{
color: #21503F;
}
</style>
background-color css
<style>
a { background-color: #21503F; }
a { background-color: rgb(33,80,63); }
div.DivClassName
{
background-color: #21503F;
}
.BgClassName
{
background-color: #21503F;
}
</style>
border-color css
<style>
span { border-color: #21503F; }
span { border-color: rgb(33,80,63); }
td.TdClassName
{
border-color: #21503F;
}
.TagClassName
{
border-color: #21503F;
}
</style>