Shades of Te Papa Green #285345
Tints of Te Papa Green #285345
RGB
CMYK
RGB Variations
Color information
#285345 (or 0x285345) is known color: Te Papa Green. HEX triplet: 28, 53 and 45. RGB value is (40,83,69). Sum of RGB (Red+Green+Blue) = 40+83+69=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #285345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285345 is #D7ACBA. Grayscale: #444444. Windows color (decimal): -14134459 or 4543272. OLE color: 4543272.
HSL color Cylindrical-coordinate representation of color #285345: hue angle of 160.47º 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 #285345 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 69 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.67 |
| HSL | 160.47º | 0.35% | 0.24% | - |
| HSV(B) | 160.47º | 0.52% | 0.33% | - |
| XYZ | 5.04 | 7.07 | 6.73 | - |
| YUV | 68.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 69 | 0.52 | 0 | 0.17 | 0.67 | 160.47 | 0.35 | 0.24 |
| Hex | 28 | 53 | 45 | 34 | 0 | 11 | 43 | A0 | 23 | 18 |
| Octal | 50 | 123 | 105 | 64 | 0 | 21 | 103 | 240 | 43 | 30 |
| Binary | 101000 | 1010011 | 1000101 | 110100 | 0 | 10001 | 1000011 | 10100000 | 100011 | 11000 |
Color Harmonies of #285345
Complementary color
Monochromatic Colors of #285345
Black with #285345
Text Example
Text Example
White with #285345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285345; }
p { color: rgb(40,83,69); }
H1.HeaderClassName
{
color: #285345;
}
.AnyTagClassName
{
color: #285345;
}
</style>
background-color css
<style>
a { background-color: #285345; }
a { background-color: rgb(40,83,69); }
div.DivClassName
{
background-color: #285345;
}
.BgClassName
{
background-color: #285345;
}
</style>
border-color css
<style>
span { border-color: #285345; }
span { border-color: rgb(40,83,69); }
td.TdClassName
{
border-color: #285345;
}
.TagClassName
{
border-color: #285345;
}
</style>