Shades of Te Papa Green #204F41
Tints of Te Papa Green #204F41
RGB
CMYK
RGB Variations
Color information
#204F41 (or 0x204F41) is known color: Te Papa Green. HEX triplet: 20, 4F and 41. RGB value is (32,79,65). Sum of RGB (Red+Green+Blue) = 32+79+65=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #204F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F41 is #DFB0BE. Grayscale: #3F3F3F. Windows color (decimal): -14659775 or 4280096. OLE color: 4280096.
HSL color Cylindrical-coordinate representation of color #204F41: hue angle of 162.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204F41 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 79 | 65 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.69 |
| HSL | 162.13º | 0.42% | 0.22% | - |
| HSV(B) | 162.13º | 0.59% | 0.31% | - |
| XYZ | 4.35 | 6.28 | 5.98 | - |
| YUV | 63.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 65 | 0.59 | 0 | 0.18 | 0.69 | 162.13 | 0.42 | 0.22 |
| Hex | 20 | 4F | 41 | 3B | 0 | 12 | 45 | A2 | 2A | 16 |
| Octal | 40 | 117 | 101 | 73 | 0 | 22 | 105 | 242 | 52 | 26 |
| Binary | 100000 | 1001111 | 1000001 | 111011 | 0 | 10010 | 1000101 | 10100010 | 101010 | 10110 |
Color Harmonies of #204F41
Complementary color
Monochromatic Colors of #204F41
Black with #204F41
Text Example
Text Example
White with #204F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F41; }
p { color: rgb(32,79,65); }
H1.HeaderClassName
{
color: #204F41;
}
.AnyTagClassName
{
color: #204F41;
}
</style>
background-color css
<style>
a { background-color: #204F41; }
a { background-color: rgb(32,79,65); }
div.DivClassName
{
background-color: #204F41;
}
.BgClassName
{
background-color: #204F41;
}
</style>
border-color css
<style>
span { border-color: #204F41; }
span { border-color: rgb(32,79,65); }
td.TdClassName
{
border-color: #204F41;
}
.TagClassName
{
border-color: #204F41;
}
</style>