Shades of Te Papa Green #204F3E
Tints of Te Papa Green #204F3E
RGB
CMYK
RGB Variations
Color information
#204F3E (or 0x204F3E) is known color: Te Papa Green. HEX triplet: 20, 4F and 3E. RGB value is (32,79,62). Sum of RGB (Red+Green+Blue) = 32+79+62=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #204F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F3E is #DFB0C1. Grayscale: #3F3F3F. Windows color (decimal): -14659778 or 4083488. OLE color: 4083488.
HSL color Cylindrical-coordinate representation of color #204F3E: hue angle of 158.3º 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 #204F3E is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 79 | 62 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.69 |
| HSL | 158.3º | 0.42% | 0.22% | - |
| HSV(B) | 158.3º | 0.59% | 0.31% | - |
| XYZ | 4.26 | 6.25 | 5.54 | - |
| YUV | 63.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 62 | 0.59 | 0 | 0.22 | 0.69 | 158.3 | 0.42 | 0.22 |
| Hex | 20 | 4F | 3E | 3B | 0 | 16 | 45 | 9E | 2A | 16 |
| Octal | 40 | 117 | 76 | 73 | 0 | 26 | 105 | 236 | 52 | 26 |
| Binary | 100000 | 1001111 | 111110 | 111011 | 0 | 10110 | 1000101 | 10011110 | 101010 | 10110 |
Color Harmonies of #204F3E
Complementary color
Monochromatic Colors of #204F3E
Black with #204F3E
Text Example
Text Example
White with #204F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F3E; }
p { color: rgb(32,79,62); }
H1.HeaderClassName
{
color: #204F3E;
}
.AnyTagClassName
{
color: #204F3E;
}
</style>
background-color css
<style>
a { background-color: #204F3E; }
a { background-color: rgb(32,79,62); }
div.DivClassName
{
background-color: #204F3E;
}
.BgClassName
{
background-color: #204F3E;
}
</style>
border-color css
<style>
span { border-color: #204F3E; }
span { border-color: rgb(32,79,62); }
td.TdClassName
{
border-color: #204F3E;
}
.TagClassName
{
border-color: #204F3E;
}
</style>