Shades of Te Papa Green #205344
Tints of Te Papa Green #205344
RGB
CMYK
RGB Variations
Color information
#205344 (or 0x205344) is known color: Te Papa Green. HEX triplet: 20, 53 and 44. RGB value is (32,83,68). Sum of RGB (Red+Green+Blue) = 32+83+68=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #205344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205344 is #DFACBB. Grayscale: #424242. Windows color (decimal): -14658748 or 4477728. OLE color: 4477728.
HSL color Cylindrical-coordinate representation of color #205344: hue angle of 162.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205344 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 68 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.67 |
| HSL | 162.35º | 0.44% | 0.23% | - |
| HSV(B) | 162.35º | 0.61% | 0.33% | - |
| XYZ | 4.73 | 6.91 | 6.55 | - |
| YUV | 66.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 68 | 0.61 | 0 | 0.18 | 0.67 | 162.35 | 0.44 | 0.23 |
| Hex | 20 | 53 | 44 | 3D | 0 | 12 | 43 | A2 | 2C | 17 |
| Octal | 40 | 123 | 104 | 75 | 0 | 22 | 103 | 242 | 54 | 27 |
| Binary | 100000 | 1010011 | 1000100 | 111101 | 0 | 10010 | 1000011 | 10100010 | 101100 | 10111 |
Color Harmonies of #205344
Complementary color
Monochromatic Colors of #205344
Black with #205344
Text Example
Text Example
White with #205344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205344; }
p { color: rgb(32,83,68); }
H1.HeaderClassName
{
color: #205344;
}
.AnyTagClassName
{
color: #205344;
}
</style>
background-color css
<style>
a { background-color: #205344; }
a { background-color: rgb(32,83,68); }
div.DivClassName
{
background-color: #205344;
}
.BgClassName
{
background-color: #205344;
}
</style>
border-color css
<style>
span { border-color: #205344; }
span { border-color: rgb(32,83,68); }
td.TdClassName
{
border-color: #205344;
}
.TagClassName
{
border-color: #205344;
}
</style>