Shades of Te Papa Green #205444
Tints of Te Papa Green #205444
RGB
CMYK
RGB Variations
Color information
#205444 (or 0x205444) is known color: Te Papa Green. HEX triplet: 20, 54 and 44. RGB value is (32,84,68). Sum of RGB (Red+Green+Blue) = 32+84+68=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #205444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205444 is #DFABBB. Grayscale: #424242. Windows color (decimal): -14658492 or 4477984. OLE color: 4477984.
HSL color Cylindrical-coordinate representation of color #205444: hue angle of 161.54º 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 #205444 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 68 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.67 |
| HSL | 161.54º | 0.45% | 0.23% | - |
| HSV(B) | 161.54º | 0.62% | 0.33% | - |
| XYZ | 4.81 | 7.07 | 6.58 | - |
| YUV | 66.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 68 | 0.62 | 0 | 0.19 | 0.67 | 161.54 | 0.45 | 0.23 |
| Hex | 20 | 54 | 44 | 3E | 0 | 13 | 43 | A2 | 2D | 17 |
| Octal | 40 | 124 | 104 | 76 | 0 | 23 | 103 | 242 | 55 | 27 |
| Binary | 100000 | 1010100 | 1000100 | 111110 | 0 | 10011 | 1000011 | 10100010 | 101101 | 10111 |
Color Harmonies of #205444
Complementary color
Monochromatic Colors of #205444
Black with #205444
Text Example
Text Example
White with #205444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205444; }
p { color: rgb(32,84,68); }
H1.HeaderClassName
{
color: #205444;
}
.AnyTagClassName
{
color: #205444;
}
</style>
background-color css
<style>
a { background-color: #205444; }
a { background-color: rgb(32,84,68); }
div.DivClassName
{
background-color: #205444;
}
.BgClassName
{
background-color: #205444;
}
</style>
border-color css
<style>
span { border-color: #205444; }
span { border-color: rgb(32,84,68); }
td.TdClassName
{
border-color: #205444;
}
.TagClassName
{
border-color: #205444;
}
</style>