Shades of Te Papa Green #205442
Tints of Te Papa Green #205442
RGB
CMYK
RGB Variations
Color information
#205442 (or 0x205442) is known color: Te Papa Green. HEX triplet: 20, 54 and 42. RGB value is (32,84,66). Sum of RGB (Red+Green+Blue) = 32+84+66=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #205442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205442 is #DFABBD. Grayscale: #424242. Windows color (decimal): -14658494 or 4346912. OLE color: 4346912.
HSL color Cylindrical-coordinate representation of color #205442: hue angle of 159.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205442 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 66 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.67 |
| HSL | 159.23º | 0.45% | 0.23% | - |
| HSV(B) | 159.23º | 0.62% | 0.33% | - |
| XYZ | 4.75 | 7.04 | 6.26 | - |
| YUV | 66.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 66 | 0.62 | 0 | 0.21 | 0.67 | 159.23 | 0.45 | 0.23 |
| Hex | 20 | 54 | 42 | 3E | 0 | 15 | 43 | 9F | 2D | 17 |
| Octal | 40 | 124 | 102 | 76 | 0 | 25 | 103 | 237 | 55 | 27 |
| Binary | 100000 | 1010100 | 1000010 | 111110 | 0 | 10101 | 1000011 | 10011111 | 101101 | 10111 |
Color Harmonies of #205442
Complementary color
Monochromatic Colors of #205442
Black with #205442
Text Example
Text Example
White with #205442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205442; }
p { color: rgb(32,84,66); }
H1.HeaderClassName
{
color: #205442;
}
.AnyTagClassName
{
color: #205442;
}
</style>
background-color css
<style>
a { background-color: #205442; }
a { background-color: rgb(32,84,66); }
div.DivClassName
{
background-color: #205442;
}
.BgClassName
{
background-color: #205442;
}
</style>
border-color css
<style>
span { border-color: #205442; }
span { border-color: rgb(32,84,66); }
td.TdClassName
{
border-color: #205442;
}
.TagClassName
{
border-color: #205442;
}
</style>