Shades of Te Papa Green #205246
Tints of Te Papa Green #205246
RGB
CMYK
RGB Variations
Color information
#205246 (or 0x205246) is known color: Te Papa Green. HEX triplet: 20, 52 and 46. RGB value is (32,82,70). Sum of RGB (Red+Green+Blue) = 32+82+70=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #205246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205246 is #DFADB9. Grayscale: #414141. Windows color (decimal): -14659002 or 4608544. OLE color: 4608544.
HSL color Cylindrical-coordinate representation of color #205246: hue angle of 165.6º 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 #205246 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 70 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.68 |
| HSL | 165.6º | 0.44% | 0.22% | - |
| HSV(B) | 165.6º | 0.61% | 0.32% | - |
| XYZ | 4.72 | 6.78 | 6.86 | - |
| YUV | 65.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 70 | 0.61 | 0 | 0.15 | 0.68 | 165.6 | 0.44 | 0.22 |
| Hex | 20 | 52 | 46 | 3D | 0 | F | 44 | A6 | 2C | 16 |
| Octal | 40 | 122 | 106 | 75 | 0 | 17 | 104 | 246 | 54 | 26 |
| Binary | 100000 | 1010010 | 1000110 | 111101 | 0 | 1111 | 1000100 | 10100110 | 101100 | 10110 |
Color Harmonies of #205246
Complementary color
Monochromatic Colors of #205246
Black with #205246
Text Example
Text Example
White with #205246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205246; }
p { color: rgb(32,82,70); }
H1.HeaderClassName
{
color: #205246;
}
.AnyTagClassName
{
color: #205246;
}
</style>
background-color css
<style>
a { background-color: #205246; }
a { background-color: rgb(32,82,70); }
div.DivClassName
{
background-color: #205246;
}
.BgClassName
{
background-color: #205246;
}
</style>
border-color css
<style>
span { border-color: #205246; }
span { border-color: rgb(32,82,70); }
td.TdClassName
{
border-color: #205246;
}
.TagClassName
{
border-color: #205246;
}
</style>