Shades of Te Papa Green #205044
Tints of Te Papa Green #205044
RGB
CMYK
RGB Variations
Color information
#205044 (or 0x205044) is known color: Te Papa Green. HEX triplet: 20, 50 and 44. RGB value is (32,80,68). Sum of RGB (Red+Green+Blue) = 32+80+68=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #205044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205044 is #DFAFBB. Grayscale: #404040. Windows color (decimal): -14659516 or 4476960. OLE color: 4476960.
HSL color Cylindrical-coordinate representation of color #205044: hue angle of 165º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205044 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 68 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.69 |
| HSL | 165º | 0.43% | 0.22% | - |
| HSV(B) | 165º | 0.6% | 0.31% | - |
| XYZ | 4.51 | 6.46 | 6.48 | - |
| YUV | 64.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 68 | 0.60 | 0 | 0.15 | 0.69 | 165 | 0.43 | 0.22 |
| Hex | 20 | 50 | 44 | 3C | 0 | F | 45 | A5 | 2B | 16 |
| Octal | 40 | 120 | 104 | 74 | 0 | 17 | 105 | 245 | 53 | 26 |
| Binary | 100000 | 1010000 | 1000100 | 111100 | 0 | 1111 | 1000101 | 10100101 | 101011 | 10110 |
Color Harmonies of #205044
Complementary color
Monochromatic Colors of #205044
Black with #205044
Text Example
Text Example
White with #205044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205044; }
p { color: rgb(32,80,68); }
H1.HeaderClassName
{
color: #205044;
}
.AnyTagClassName
{
color: #205044;
}
</style>
background-color css
<style>
a { background-color: #205044; }
a { background-color: rgb(32,80,68); }
div.DivClassName
{
background-color: #205044;
}
.BgClassName
{
background-color: #205044;
}
</style>
border-color css
<style>
span { border-color: #205044; }
span { border-color: rgb(32,80,68); }
td.TdClassName
{
border-color: #205044;
}
.TagClassName
{
border-color: #205044;
}
</style>