Shades of Te Papa Green #205142
Tints of Te Papa Green #205142
RGB
CMYK
RGB Variations
Color information
#205142 (or 0x205142) is known color: Te Papa Green. HEX triplet: 20, 51 and 42. RGB value is (32,81,66). Sum of RGB (Red+Green+Blue) = 32+81+66=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #205142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205142 is #DFAEBD. Grayscale: #404040. Windows color (decimal): -14659262 or 4346144. OLE color: 4346144.
HSL color Cylindrical-coordinate representation of color #205142: hue angle of 161.63º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205142 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 81 | 66 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.68 |
| HSL | 161.63º | 0.43% | 0.22% | - |
| HSV(B) | 161.63º | 0.6% | 0.32% | - |
| XYZ | 4.52 | 6.59 | 6.19 | - |
| YUV | 64.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 66 | 0.60 | 0 | 0.19 | 0.68 | 161.63 | 0.43 | 0.22 |
| Hex | 20 | 51 | 42 | 3C | 0 | 13 | 44 | A2 | 2B | 16 |
| Octal | 40 | 121 | 102 | 74 | 0 | 23 | 104 | 242 | 53 | 26 |
| Binary | 100000 | 1010001 | 1000010 | 111100 | 0 | 10011 | 1000100 | 10100010 | 101011 | 10110 |
Color Harmonies of #205142
Complementary color
Monochromatic Colors of #205142
Black with #205142
Text Example
Text Example
White with #205142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205142; }
p { color: rgb(32,81,66); }
H1.HeaderClassName
{
color: #205142;
}
.AnyTagClassName
{
color: #205142;
}
</style>
background-color css
<style>
a { background-color: #205142; }
a { background-color: rgb(32,81,66); }
div.DivClassName
{
background-color: #205142;
}
.BgClassName
{
background-color: #205142;
}
</style>
border-color css
<style>
span { border-color: #205142; }
span { border-color: rgb(32,81,66); }
td.TdClassName
{
border-color: #205142;
}
.TagClassName
{
border-color: #205142;
}
</style>