Shades of Te Papa Green #28523F
Tints of Te Papa Green #28523F
RGB
CMYK
RGB Variations
Color information
#28523F (or 0x28523F) is known color: Te Papa Green. HEX triplet: 28, 52 and 3F. RGB value is (40,82,63). Sum of RGB (Red+Green+Blue) = 40+82+63=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #28523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28523F is #D7ADC0. Grayscale: #434343. Windows color (decimal): -14134721 or 4149800. OLE color: 4149800.
HSL color Cylindrical-coordinate representation of color #28523F: hue angle of 152.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 #28523F is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 63 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.68 |
| HSL | 152.86º | 0.34% | 0.24% | - |
| HSV(B) | 152.86º | 0.51% | 0.32% | - |
| XYZ | 4.79 | 6.84 | 5.77 | - |
| YUV | 67.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 63 | 0.51 | 0 | 0.23 | 0.68 | 152.86 | 0.34 | 0.24 |
| Hex | 28 | 52 | 3F | 33 | 0 | 17 | 44 | 99 | 22 | 18 |
| Octal | 50 | 122 | 77 | 63 | 0 | 27 | 104 | 231 | 42 | 30 |
| Binary | 101000 | 1010010 | 111111 | 110011 | 0 | 10111 | 1000100 | 10011001 | 100010 | 11000 |
Color Harmonies of #28523F
Complementary color
Monochromatic Colors of #28523F
Black with #28523F
Text Example
Text Example
White with #28523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28523F; }
p { color: rgb(40,82,63); }
H1.HeaderClassName
{
color: #28523F;
}
.AnyTagClassName
{
color: #28523F;
}
</style>
background-color css
<style>
a { background-color: #28523F; }
a { background-color: rgb(40,82,63); }
div.DivClassName
{
background-color: #28523F;
}
.BgClassName
{
background-color: #28523F;
}
</style>
border-color css
<style>
span { border-color: #28523F; }
span { border-color: rgb(40,82,63); }
td.TdClassName
{
border-color: #28523F;
}
.TagClassName
{
border-color: #28523F;
}
</style>