Shades of Te Papa Green #285142
Tints of Te Papa Green #285142
RGB
CMYK
RGB Variations
Color information
#285142 (or 0x285142) is known color: Te Papa Green. HEX triplet: 28, 51 and 42. RGB value is (40,81,66). Sum of RGB (Red+Green+Blue) = 40+81+66=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #285142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285142 is #D7AEBD. Grayscale: #434343. Windows color (decimal): -14134974 or 4346152. OLE color: 4346152.
HSL color Cylindrical-coordinate representation of color #285142: hue angle of 158.05º 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 #285142 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 81 | 66 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.68 |
| HSL | 158.05º | 0.34% | 0.24% | - |
| HSV(B) | 158.05º | 0.51% | 0.32% | - |
| XYZ | 4.8 | 6.73 | 6.2 | - |
| YUV | 67.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 66 | 0.51 | 0 | 0.19 | 0.68 | 158.05 | 0.34 | 0.24 |
| Hex | 28 | 51 | 42 | 33 | 0 | 13 | 44 | 9E | 22 | 18 |
| Octal | 50 | 121 | 102 | 63 | 0 | 23 | 104 | 236 | 42 | 30 |
| Binary | 101000 | 1010001 | 1000010 | 110011 | 0 | 10011 | 1000100 | 10011110 | 100010 | 11000 |
Color Harmonies of #285142
Complementary color
Monochromatic Colors of #285142
Black with #285142
Text Example
Text Example
White with #285142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285142; }
p { color: rgb(40,81,66); }
H1.HeaderClassName
{
color: #285142;
}
.AnyTagClassName
{
color: #285142;
}
</style>
background-color css
<style>
a { background-color: #285142; }
a { background-color: rgb(40,81,66); }
div.DivClassName
{
background-color: #285142;
}
.BgClassName
{
background-color: #285142;
}
</style>
border-color css
<style>
span { border-color: #285142; }
span { border-color: rgb(40,81,66); }
td.TdClassName
{
border-color: #285142;
}
.TagClassName
{
border-color: #285142;
}
</style>