Shades of Te Papa Green #285546
Tints of Te Papa Green #285546
RGB
CMYK
RGB Variations
Color information
#285546 (or 0x285546) is known color: Te Papa Green. HEX triplet: 28, 55 and 46. RGB value is (40,85,70). Sum of RGB (Red+Green+Blue) = 40+85+70=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #285546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285546 is #D7AAB9. Grayscale: #454545. Windows color (decimal): -14133946 or 4609320. OLE color: 4609320.
HSL color Cylindrical-coordinate representation of color #285546: hue angle of 160º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285546 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 70 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.67 |
| HSL | 160º | 0.36% | 0.25% | - |
| HSV(B) | 160º | 0.53% | 0.33% | - |
| XYZ | 5.23 | 7.39 | 6.95 | - |
| YUV | 69.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 70 | 0.53 | 0 | 0.18 | 0.67 | 160 | 0.36 | 0.25 |
| Hex | 28 | 55 | 46 | 35 | 0 | 12 | 43 | A0 | 24 | 19 |
| Octal | 50 | 125 | 106 | 65 | 0 | 22 | 103 | 240 | 44 | 31 |
| Binary | 101000 | 1010101 | 1000110 | 110101 | 0 | 10010 | 1000011 | 10100000 | 100100 | 11001 |
Color Harmonies of #285546
Complementary color
Monochromatic Colors of #285546
Black with #285546
Text Example
Text Example
White with #285546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285546; }
p { color: rgb(40,85,70); }
H1.HeaderClassName
{
color: #285546;
}
.AnyTagClassName
{
color: #285546;
}
</style>
background-color css
<style>
a { background-color: #285546; }
a { background-color: rgb(40,85,70); }
div.DivClassName
{
background-color: #285546;
}
.BgClassName
{
background-color: #285546;
}
</style>
border-color css
<style>
span { border-color: #285546; }
span { border-color: rgb(40,85,70); }
td.TdClassName
{
border-color: #285546;
}
.TagClassName
{
border-color: #285546;
}
</style>