Shades of Te Papa Green #20503F
Tints of Te Papa Green #20503F
RGB
CMYK
RGB Variations
Color information
#20503F (or 0x20503F) is known color: Te Papa Green. HEX triplet: 20, 50 and 3F. RGB value is (32,80,63). Sum of RGB (Red+Green+Blue) = 32+80+63=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #20503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20503F is #DFAFC0. Grayscale: #3F3F3F. Windows color (decimal): -14659521 or 4149280. OLE color: 4149280.
HSL color Cylindrical-coordinate representation of color #20503F: hue angle of 158.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20503F is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 63 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.69 |
| HSL | 158.75º | 0.43% | 0.22% | - |
| HSV(B) | 158.75º | 0.6% | 0.31% | - |
| XYZ | 4.36 | 6.4 | 5.71 | - |
| YUV | 63.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 63 | 0.60 | 0 | 0.21 | 0.69 | 158.75 | 0.43 | 0.22 |
| Hex | 20 | 50 | 3F | 3C | 0 | 15 | 45 | 9F | 2B | 16 |
| Octal | 40 | 120 | 77 | 74 | 0 | 25 | 105 | 237 | 53 | 26 |
| Binary | 100000 | 1010000 | 111111 | 111100 | 0 | 10101 | 1000101 | 10011111 | 101011 | 10110 |
Color Harmonies of #20503F
Complementary color
Monochromatic Colors of #20503F
Black with #20503F
Text Example
Text Example
White with #20503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20503F; }
p { color: rgb(32,80,63); }
H1.HeaderClassName
{
color: #20503F;
}
.AnyTagClassName
{
color: #20503F;
}
</style>
background-color css
<style>
a { background-color: #20503F; }
a { background-color: rgb(32,80,63); }
div.DivClassName
{
background-color: #20503F;
}
.BgClassName
{
background-color: #20503F;
}
</style>
border-color css
<style>
span { border-color: #20503F; }
span { border-color: rgb(32,80,63); }
td.TdClassName
{
border-color: #20503F;
}
.TagClassName
{
border-color: #20503F;
}
</style>