Shades of Te Papa Green #28503E
Tints of Te Papa Green #28503E
RGB
CMYK
RGB Variations
Color information
#28503E (or 0x28503E) is known color: Te Papa Green. HEX triplet: 28, 50 and 3E. RGB value is (40,80,62). Sum of RGB (Red+Green+Blue) = 40+80+62=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #28503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28503E is #D7AFC1. Grayscale: #424242. Windows color (decimal): -14135234 or 4083752. OLE color: 4083752.
HSL color Cylindrical-coordinate representation of color #28503E: hue angle of 153º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28503E is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 62 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.69 |
| HSL | 153º | 0.33% | 0.24% | - |
| HSV(B) | 153º | 0.5% | 0.31% | - |
| XYZ | 4.61 | 6.54 | 5.58 | - |
| YUV | 65.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 62 | 0.5 | 0 | 0.22 | 0.69 | 153 | 0.33 | 0.24 |
| Hex | 28 | 50 | 3E | 32 | 0 | 16 | 45 | 99 | 21 | 18 |
| Octal | 50 | 120 | 76 | 62 | 0 | 26 | 105 | 231 | 41 | 30 |
| Binary | 101000 | 1010000 | 111110 | 110010 | 0 | 10110 | 1000101 | 10011001 | 100001 | 11000 |
Color Harmonies of #28503E
Complementary color
Monochromatic Colors of #28503E
Black with #28503E
Text Example
Text Example
White with #28503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28503E; }
p { color: rgb(40,80,62); }
H1.HeaderClassName
{
color: #28503E;
}
.AnyTagClassName
{
color: #28503E;
}
</style>
background-color css
<style>
a { background-color: #28503E; }
a { background-color: rgb(40,80,62); }
div.DivClassName
{
background-color: #28503E;
}
.BgClassName
{
background-color: #28503E;
}
</style>
border-color css
<style>
span { border-color: #28503E; }
span { border-color: rgb(40,80,62); }
td.TdClassName
{
border-color: #28503E;
}
.TagClassName
{
border-color: #28503E;
}
</style>