Shades of Te Papa Green #204C40
Tints of Te Papa Green #204C40
RGB
CMYK
RGB Variations
Color information
#204C40 (or 0x204C40) is known color: Te Papa Green. HEX triplet: 20, 4C and 40. RGB value is (32,76,64). Sum of RGB (Red+Green+Blue) = 32+76+64=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #204C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C40 is #DFB3BF. Grayscale: #3D3D3D. Windows color (decimal): -14660544 or 4213792. OLE color: 4213792.
HSL color Cylindrical-coordinate representation of color #204C40: hue angle of 163.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C40 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 64 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.70 |
| HSL | 163.64º | 0.41% | 0.21% | - |
| HSV(B) | 163.64º | 0.58% | 0.3% | - |
| XYZ | 4.11 | 5.85 | 5.76 | - |
| YUV | 61.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 64 | 0.58 | 0 | 0.16 | 0.70 | 163.64 | 0.41 | 0.21 |
| Hex | 20 | 4C | 40 | 3A | 0 | 10 | 46 | A4 | 29 | 15 |
| Octal | 40 | 114 | 100 | 72 | 0 | 20 | 106 | 244 | 51 | 25 |
| Binary | 100000 | 1001100 | 1000000 | 111010 | 0 | 10000 | 1000110 | 10100100 | 101001 | 10101 |
Color Harmonies of #204C40
Complementary color
Monochromatic Colors of #204C40
Black with #204C40
Text Example
Text Example
White with #204C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C40; }
p { color: rgb(32,76,64); }
H1.HeaderClassName
{
color: #204C40;
}
.AnyTagClassName
{
color: #204C40;
}
</style>
background-color css
<style>
a { background-color: #204C40; }
a { background-color: rgb(32,76,64); }
div.DivClassName
{
background-color: #204C40;
}
.BgClassName
{
background-color: #204C40;
}
</style>
border-color css
<style>
span { border-color: #204C40; }
span { border-color: rgb(32,76,64); }
td.TdClassName
{
border-color: #204C40;
}
.TagClassName
{
border-color: #204C40;
}
</style>