Shades of Te Papa Green #20523F
Tints of Te Papa Green #20523F
RGB
CMYK
RGB Variations
Color information
#20523F (or 0x20523F) is known color: Te Papa Green. HEX triplet: 20, 52 and 3F. RGB value is (32,82,63). Sum of RGB (Red+Green+Blue) = 32+82+63=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #20523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20523F is #DFADC0. Grayscale: #404040. Windows color (decimal): -14659009 or 4149792. OLE color: 4149792.
HSL color Cylindrical-coordinate representation of color #20523F: hue angle of 157.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20523F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 63 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.68 |
| HSL | 157.2º | 0.44% | 0.22% | - |
| HSV(B) | 157.2º | 0.61% | 0.32% | - |
| XYZ | 4.51 | 6.7 | 5.76 | - |
| YUV | 64.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 63 | 0.61 | 0 | 0.23 | 0.68 | 157.2 | 0.44 | 0.22 |
| Hex | 20 | 52 | 3F | 3D | 0 | 17 | 44 | 9D | 2C | 16 |
| Octal | 40 | 122 | 77 | 75 | 0 | 27 | 104 | 235 | 54 | 26 |
| Binary | 100000 | 1010010 | 111111 | 111101 | 0 | 10111 | 1000100 | 10011101 | 101100 | 10110 |
Color Harmonies of #20523F
Complementary color
Monochromatic Colors of #20523F
Black with #20523F
Text Example
Text Example
White with #20523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20523F; }
p { color: rgb(32,82,63); }
H1.HeaderClassName
{
color: #20523F;
}
.AnyTagClassName
{
color: #20523F;
}
</style>
background-color css
<style>
a { background-color: #20523F; }
a { background-color: rgb(32,82,63); }
div.DivClassName
{
background-color: #20523F;
}
.BgClassName
{
background-color: #20523F;
}
</style>
border-color css
<style>
span { border-color: #20523F; }
span { border-color: rgb(32,82,63); }
td.TdClassName
{
border-color: #20523F;
}
.TagClassName
{
border-color: #20523F;
}
</style>