Shades of Te Papa Green #285143
Tints of Te Papa Green #285143
RGB
CMYK
RGB Variations
Color information
#285143 (or 0x285143) is known color: Te Papa Green. HEX triplet: 28, 51 and 43. RGB value is (40,81,67). Sum of RGB (Red+Green+Blue) = 40+81+67=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #285143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285143 is #D7AEBC. Grayscale: #434343. Windows color (decimal): -14134973 or 4411688. OLE color: 4411688.
HSL color Cylindrical-coordinate representation of color #285143: hue angle of 159.51º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285143 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 81 | 67 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.68 |
| HSL | 159.51º | 0.34% | 0.24% | - |
| HSV(B) | 159.51º | 0.51% | 0.32% | - |
| XYZ | 4.83 | 6.74 | 6.36 | - |
| YUV | 67.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 67 | 0.51 | 0 | 0.17 | 0.68 | 159.51 | 0.34 | 0.24 |
| Hex | 28 | 51 | 43 | 33 | 0 | 11 | 44 | A0 | 22 | 18 |
| Octal | 50 | 121 | 103 | 63 | 0 | 21 | 104 | 240 | 42 | 30 |
| Binary | 101000 | 1010001 | 1000011 | 110011 | 0 | 10001 | 1000100 | 10100000 | 100010 | 11000 |
Color Harmonies of #285143
Complementary color
Monochromatic Colors of #285143
Black with #285143
Text Example
Text Example
White with #285143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285143; }
p { color: rgb(40,81,67); }
H1.HeaderClassName
{
color: #285143;
}
.AnyTagClassName
{
color: #285143;
}
</style>
background-color css
<style>
a { background-color: #285143; }
a { background-color: rgb(40,81,67); }
div.DivClassName
{
background-color: #285143;
}
.BgClassName
{
background-color: #285143;
}
</style>
border-color css
<style>
span { border-color: #285143; }
span { border-color: rgb(40,81,67); }
td.TdClassName
{
border-color: #285143;
}
.TagClassName
{
border-color: #285143;
}
</style>