Shades of Te Papa Green #205045
Tints of Te Papa Green #205045
RGB
CMYK
RGB Variations
Color information
#205045 (or 0x205045) is known color: Te Papa Green. HEX triplet: 20, 50 and 45. RGB value is (32,80,69). Sum of RGB (Red+Green+Blue) = 32+80+69=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #205045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205045 is #DFAFBA. Grayscale: #404040. Windows color (decimal): -14659515 or 4542496. OLE color: 4542496.
HSL color Cylindrical-coordinate representation of color #205045: hue angle of 166.25º 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 #205045 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 69 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.69 |
| HSL | 166.25º | 0.43% | 0.22% | - |
| HSV(B) | 166.25º | 0.6% | 0.31% | - |
| XYZ | 4.54 | 6.47 | 6.64 | - |
| YUV | 64.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 69 | 0.60 | 0 | 0.14 | 0.69 | 166.25 | 0.43 | 0.22 |
| Hex | 20 | 50 | 45 | 3C | 0 | E | 45 | A6 | 2B | 16 |
| Octal | 40 | 120 | 105 | 74 | 0 | 16 | 105 | 246 | 53 | 26 |
| Binary | 100000 | 1010000 | 1000101 | 111100 | 0 | 1110 | 1000101 | 10100110 | 101011 | 10110 |
Color Harmonies of #205045
Complementary color
Monochromatic Colors of #205045
Black with #205045
Text Example
Text Example
White with #205045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205045; }
p { color: rgb(32,80,69); }
H1.HeaderClassName
{
color: #205045;
}
.AnyTagClassName
{
color: #205045;
}
</style>
background-color css
<style>
a { background-color: #205045; }
a { background-color: rgb(32,80,69); }
div.DivClassName
{
background-color: #205045;
}
.BgClassName
{
background-color: #205045;
}
</style>
border-color css
<style>
span { border-color: #205045; }
span { border-color: rgb(32,80,69); }
td.TdClassName
{
border-color: #205045;
}
.TagClassName
{
border-color: #205045;
}
</style>