Shades of Te Papa Green #28533F
Tints of Te Papa Green #28533F
RGB
CMYK
RGB Variations
Color information
#28533F (or 0x28533F) is known color: Te Papa Green. HEX triplet: 28, 53 and 3F. RGB value is (40,83,63). Sum of RGB (Red+Green+Blue) = 40+83+63=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #28533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533F is #D7ACC0. Grayscale: #434343. Windows color (decimal): -14134465 or 4150056. OLE color: 4150056.
HSL color Cylindrical-coordinate representation of color #28533F: hue angle of 152.09º 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 #28533F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 63 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.67 |
| HSL | 152.09º | 0.35% | 0.24% | - |
| HSV(B) | 152.09º | 0.52% | 0.33% | - |
| XYZ | 4.87 | 7 | 5.8 | - |
| YUV | 67.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 63 | 0.52 | 0 | 0.24 | 0.67 | 152.09 | 0.35 | 0.24 |
| Hex | 28 | 53 | 3F | 34 | 0 | 18 | 43 | 98 | 23 | 18 |
| Octal | 50 | 123 | 77 | 64 | 0 | 30 | 103 | 230 | 43 | 30 |
| Binary | 101000 | 1010011 | 111111 | 110100 | 0 | 11000 | 1000011 | 10011000 | 100011 | 11000 |
Color Harmonies of #28533F
Complementary color
Monochromatic Colors of #28533F
Black with #28533F
Text Example
Text Example
White with #28533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28533F; }
p { color: rgb(40,83,63); }
H1.HeaderClassName
{
color: #28533F;
}
.AnyTagClassName
{
color: #28533F;
}
</style>
background-color css
<style>
a { background-color: #28533F; }
a { background-color: rgb(40,83,63); }
div.DivClassName
{
background-color: #28533F;
}
.BgClassName
{
background-color: #28533F;
}
</style>
border-color css
<style>
span { border-color: #28533F; }
span { border-color: rgb(40,83,63); }
td.TdClassName
{
border-color: #28533F;
}
.TagClassName
{
border-color: #28533F;
}
</style>