Shades of Te Papa Green #285246
Tints of Te Papa Green #285246
RGB
CMYK
RGB Variations
Color information
#285246 (or 0x285246) is known color: Te Papa Green. HEX triplet: 28, 52 and 46. RGB value is (40,82,70). Sum of RGB (Red+Green+Blue) = 40+82+70=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #285246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285246 is #D7ADB9. Grayscale: #444444. Windows color (decimal): -14134714 or 4608552. OLE color: 4608552.
HSL color Cylindrical-coordinate representation of color #285246: hue angle of 162.86º 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 #285246 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 70 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.68 |
| HSL | 162.86º | 0.34% | 0.24% | - |
| HSV(B) | 162.86º | 0.51% | 0.32% | - |
| XYZ | 5 | 6.93 | 6.87 | - |
| YUV | 68.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 70 | 0.51 | 0 | 0.15 | 0.68 | 162.86 | 0.34 | 0.24 |
| Hex | 28 | 52 | 46 | 33 | 0 | F | 44 | A3 | 22 | 18 |
| Octal | 50 | 122 | 106 | 63 | 0 | 17 | 104 | 243 | 42 | 30 |
| Binary | 101000 | 1010010 | 1000110 | 110011 | 0 | 1111 | 1000100 | 10100011 | 100010 | 11000 |
Color Harmonies of #285246
Complementary color
Monochromatic Colors of #285246
Black with #285246
Text Example
Text Example
White with #285246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285246; }
p { color: rgb(40,82,70); }
H1.HeaderClassName
{
color: #285246;
}
.AnyTagClassName
{
color: #285246;
}
</style>
background-color css
<style>
a { background-color: #285246; }
a { background-color: rgb(40,82,70); }
div.DivClassName
{
background-color: #285246;
}
.BgClassName
{
background-color: #285246;
}
</style>
border-color css
<style>
span { border-color: #285246; }
span { border-color: rgb(40,82,70); }
td.TdClassName
{
border-color: #285246;
}
.TagClassName
{
border-color: #285246;
}
</style>