Shades of Te Papa Green #204E3F
Tints of Te Papa Green #204E3F
RGB
CMYK
RGB Variations
Color information
#204E3F (or 0x204E3F) is known color: Te Papa Green. HEX triplet: 20, 4E and 3F. RGB value is (32,78,63). Sum of RGB (Red+Green+Blue) = 32+78+63=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #204E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E3F is #DFB1C0. Grayscale: #3E3E3E. Windows color (decimal): -14660033 or 4148768. OLE color: 4148768.
HSL color Cylindrical-coordinate representation of color #204E3F: hue angle of 160.43º 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 #204E3F is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 63 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.69 |
| HSL | 160.43º | 0.42% | 0.22% | - |
| HSV(B) | 160.43º | 0.59% | 0.31% | - |
| XYZ | 4.22 | 6.11 | 5.66 | - |
| YUV | 62.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 63 | 0.59 | 0 | 0.19 | 0.69 | 160.43 | 0.42 | 0.22 |
| Hex | 20 | 4E | 3F | 3B | 0 | 13 | 45 | A0 | 2A | 16 |
| Octal | 40 | 116 | 77 | 73 | 0 | 23 | 105 | 240 | 52 | 26 |
| Binary | 100000 | 1001110 | 111111 | 111011 | 0 | 10011 | 1000101 | 10100000 | 101010 | 10110 |
Color Harmonies of #204E3F
Complementary color
Monochromatic Colors of #204E3F
Black with #204E3F
Text Example
Text Example
White with #204E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E3F; }
p { color: rgb(32,78,63); }
H1.HeaderClassName
{
color: #204E3F;
}
.AnyTagClassName
{
color: #204E3F;
}
</style>
background-color css
<style>
a { background-color: #204E3F; }
a { background-color: rgb(32,78,63); }
div.DivClassName
{
background-color: #204E3F;
}
.BgClassName
{
background-color: #204E3F;
}
</style>
border-color css
<style>
span { border-color: #204E3F; }
span { border-color: rgb(32,78,63); }
td.TdClassName
{
border-color: #204E3F;
}
.TagClassName
{
border-color: #204E3F;
}
</style>