Shades of Te Papa Green #205243
Tints of Te Papa Green #205243
RGB
CMYK
RGB Variations
Color information
#205243 (or 0x205243) is known color: Te Papa Green. HEX triplet: 20, 52 and 43. RGB value is (32,82,67). Sum of RGB (Red+Green+Blue) = 32+82+67=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #205243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205243 is #DFADBC. Grayscale: #414141. Windows color (decimal): -14659005 or 4411936. OLE color: 4411936.
HSL color Cylindrical-coordinate representation of color #205243: hue angle of 162º 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 #205243 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 67 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.68 |
| HSL | 162º | 0.44% | 0.22% | - |
| HSV(B) | 162º | 0.61% | 0.32% | - |
| XYZ | 4.63 | 6.75 | 6.37 | - |
| YUV | 65.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 67 | 0.61 | 0 | 0.18 | 0.68 | 162 | 0.44 | 0.22 |
| Hex | 20 | 52 | 43 | 3D | 0 | 12 | 44 | A2 | 2C | 16 |
| Octal | 40 | 122 | 103 | 75 | 0 | 22 | 104 | 242 | 54 | 26 |
| Binary | 100000 | 1010010 | 1000011 | 111101 | 0 | 10010 | 1000100 | 10100010 | 101100 | 10110 |
Color Harmonies of #205243
Complementary color
Monochromatic Colors of #205243
Black with #205243
Text Example
Text Example
White with #205243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205243; }
p { color: rgb(32,82,67); }
H1.HeaderClassName
{
color: #205243;
}
.AnyTagClassName
{
color: #205243;
}
</style>
background-color css
<style>
a { background-color: #205243; }
a { background-color: rgb(32,82,67); }
div.DivClassName
{
background-color: #205243;
}
.BgClassName
{
background-color: #205243;
}
</style>
border-color css
<style>
span { border-color: #205243; }
span { border-color: rgb(32,82,67); }
td.TdClassName
{
border-color: #205243;
}
.TagClassName
{
border-color: #205243;
}
</style>