Shades of Te Papa Green #285245
Tints of Te Papa Green #285245
RGB
CMYK
RGB Variations
Color information
#285245 (or 0x285245) is known color: Te Papa Green. HEX triplet: 28, 52 and 45. RGB value is (40,82,69). Sum of RGB (Red+Green+Blue) = 40+82+69=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #285245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285245 is #D7ADBA. Grayscale: #434343. Windows color (decimal): -14134715 or 4543016. OLE color: 4543016.
HSL color Cylindrical-coordinate representation of color #285245: hue angle of 161.43º 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 #285245 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 69 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.68 |
| HSL | 161.43º | 0.34% | 0.24% | - |
| HSV(B) | 161.43º | 0.51% | 0.32% | - |
| XYZ | 4.97 | 6.92 | 6.7 | - |
| YUV | 67.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 69 | 0.51 | 0 | 0.16 | 0.68 | 161.43 | 0.34 | 0.24 |
| Hex | 28 | 52 | 45 | 33 | 0 | 10 | 44 | A1 | 22 | 18 |
| Octal | 50 | 122 | 105 | 63 | 0 | 20 | 104 | 241 | 42 | 30 |
| Binary | 101000 | 1010010 | 1000101 | 110011 | 0 | 10000 | 1000100 | 10100001 | 100010 | 11000 |
Color Harmonies of #285245
Complementary color
Monochromatic Colors of #285245
Black with #285245
Text Example
Text Example
White with #285245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285245; }
p { color: rgb(40,82,69); }
H1.HeaderClassName
{
color: #285245;
}
.AnyTagClassName
{
color: #285245;
}
</style>
background-color css
<style>
a { background-color: #285245; }
a { background-color: rgb(40,82,69); }
div.DivClassName
{
background-color: #285245;
}
.BgClassName
{
background-color: #285245;
}
</style>
border-color css
<style>
span { border-color: #285245; }
span { border-color: rgb(40,82,69); }
td.TdClassName
{
border-color: #285245;
}
.TagClassName
{
border-color: #285245;
}
</style>