Shades of Te Papa Green #205640
Tints of Te Papa Green #205640
RGB
CMYK
RGB Variations
Color information
#205640 (or 0x205640) is known color: Te Papa Green. HEX triplet: 20, 56 and 40. RGB value is (32,86,64). Sum of RGB (Red+Green+Blue) = 32+86+64=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #205640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205640 is #DFA9BF. Grayscale: #434343. Windows color (decimal): -14657984 or 4216352. OLE color: 4216352.
HSL color Cylindrical-coordinate representation of color #205640: hue angle of 155.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205640 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 86 | 64 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.66 |
| HSL | 155.56º | 0.46% | 0.23% | - |
| HSV(B) | 155.56º | 0.63% | 0.34% | - |
| XYZ | 4.85 | 7.33 | 6.01 | - |
| YUV | 67.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 64 | 0.63 | 0 | 0.26 | 0.66 | 155.56 | 0.46 | 0.23 |
| Hex | 20 | 56 | 40 | 3F | 0 | 1A | 42 | 9C | 2E | 17 |
| Octal | 40 | 126 | 100 | 77 | 0 | 32 | 102 | 234 | 56 | 27 |
| Binary | 100000 | 1010110 | 1000000 | 111111 | 0 | 11010 | 1000010 | 10011100 | 101110 | 10111 |
Color Harmonies of #205640
Complementary color
Monochromatic Colors of #205640
Black with #205640
Text Example
Text Example
White with #205640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205640; }
p { color: rgb(32,86,64); }
H1.HeaderClassName
{
color: #205640;
}
.AnyTagClassName
{
color: #205640;
}
</style>
background-color css
<style>
a { background-color: #205640; }
a { background-color: rgb(32,86,64); }
div.DivClassName
{
background-color: #205640;
}
.BgClassName
{
background-color: #205640;
}
</style>
border-color css
<style>
span { border-color: #205640; }
span { border-color: rgb(32,86,64); }
td.TdClassName
{
border-color: #205640;
}
.TagClassName
{
border-color: #205640;
}
</style>