Shades of Te Papa Green #285240
Tints of Te Papa Green #285240
RGB
CMYK
RGB Variations
Color information
#285240 (or 0x285240) is known color: Te Papa Green. HEX triplet: 28, 52 and 40. RGB value is (40,82,64). Sum of RGB (Red+Green+Blue) = 40+82+64=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #285240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285240 is #D7ADBF. Grayscale: #434343. Windows color (decimal): -14134720 or 4215336. OLE color: 4215336.
HSL color Cylindrical-coordinate representation of color #285240: hue angle of 154.29º 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 #285240 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 64 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.68 |
| HSL | 154.29º | 0.34% | 0.24% | - |
| HSV(B) | 154.29º | 0.51% | 0.32% | - |
| XYZ | 4.82 | 6.86 | 5.92 | - |
| YUV | 67.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 64 | 0.51 | 0 | 0.22 | 0.68 | 154.29 | 0.34 | 0.24 |
| Hex | 28 | 52 | 40 | 33 | 0 | 16 | 44 | 9A | 22 | 18 |
| Octal | 50 | 122 | 100 | 63 | 0 | 26 | 104 | 232 | 42 | 30 |
| Binary | 101000 | 1010010 | 1000000 | 110011 | 0 | 10110 | 1000100 | 10011010 | 100010 | 11000 |
Color Harmonies of #285240
Complementary color
Monochromatic Colors of #285240
Black with #285240
Text Example
Text Example
White with #285240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285240; }
p { color: rgb(40,82,64); }
H1.HeaderClassName
{
color: #285240;
}
.AnyTagClassName
{
color: #285240;
}
</style>
background-color css
<style>
a { background-color: #285240; }
a { background-color: rgb(40,82,64); }
div.DivClassName
{
background-color: #285240;
}
.BgClassName
{
background-color: #285240;
}
</style>
border-color css
<style>
span { border-color: #285240; }
span { border-color: rgb(40,82,64); }
td.TdClassName
{
border-color: #285240;
}
.TagClassName
{
border-color: #285240;
}
</style>