Shades of Te Papa Green #285447
Tints of Te Papa Green #285447
RGB
CMYK
RGB Variations
Color information
#285447 (or 0x285447) is known color: Te Papa Green. HEX triplet: 28, 54 and 47. RGB value is (40,84,71). Sum of RGB (Red+Green+Blue) = 40+84+71=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #285447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285447 is #D7ABB8. Grayscale: #454545. Windows color (decimal): -14134201 or 4674600. OLE color: 4674600.
HSL color Cylindrical-coordinate representation of color #285447: hue angle of 162.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285447 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 84 | 71 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.67 |
| HSL | 162.27º | 0.35% | 0.24% | - |
| HSV(B) | 162.27º | 0.52% | 0.33% | - |
| XYZ | 5.18 | 7.25 | 7.09 | - |
| YUV | 69.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 71 | 0.52 | 0 | 0.15 | 0.67 | 162.27 | 0.35 | 0.24 |
| Hex | 28 | 54 | 47 | 34 | 0 | F | 43 | A2 | 23 | 18 |
| Octal | 50 | 124 | 107 | 64 | 0 | 17 | 103 | 242 | 43 | 30 |
| Binary | 101000 | 1010100 | 1000111 | 110100 | 0 | 1111 | 1000011 | 10100010 | 100011 | 11000 |
Color Harmonies of #285447
Complementary color
Monochromatic Colors of #285447
Black with #285447
Text Example
Text Example
White with #285447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285447; }
p { color: rgb(40,84,71); }
H1.HeaderClassName
{
color: #285447;
}
.AnyTagClassName
{
color: #285447;
}
</style>
background-color css
<style>
a { background-color: #285447; }
a { background-color: rgb(40,84,71); }
div.DivClassName
{
background-color: #285447;
}
.BgClassName
{
background-color: #285447;
}
</style>
border-color css
<style>
span { border-color: #285447; }
span { border-color: rgb(40,84,71); }
td.TdClassName
{
border-color: #285447;
}
.TagClassName
{
border-color: #285447;
}
</style>