Shades of Te Papa Green #28473C
Tints of Te Papa Green #28473C
RGB
CMYK
RGB Variations
Color information
#28473C (or 0x28473C) is known color: Te Papa Green. HEX triplet: 28, 47 and 3C. RGB value is (40,71,60). Sum of RGB (Red+Green+Blue) = 40+71+60=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #28473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28473C is #D7B8C3. Grayscale: #3C3C3C. Windows color (decimal): -14137540 or 3950376. OLE color: 3950376.
HSL color Cylindrical-coordinate representation of color #28473C: hue angle of 158.71º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28473C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 60 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.72 |
| HSL | 158.71º | 0.28% | 0.22% | - |
| HSV(B) | 158.71º | 0.44% | 0.28% | - |
| XYZ | 3.94 | 5.28 | 5.09 | - |
| YUV | 60.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 60 | 0.44 | 0 | 0.15 | 0.72 | 158.71 | 0.28 | 0.22 |
| Hex | 28 | 47 | 3C | 2C | 0 | F | 48 | 9F | 1C | 16 |
| Octal | 50 | 107 | 74 | 54 | 0 | 17 | 110 | 237 | 34 | 26 |
| Binary | 101000 | 1000111 | 111100 | 101100 | 0 | 1111 | 1001000 | 10011111 | 11100 | 10110 |
Color Harmonies of #28473C
Complementary color
Monochromatic Colors of #28473C
Black with #28473C
Text Example
Text Example
White with #28473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28473C; }
p { color: rgb(40,71,60); }
H1.HeaderClassName
{
color: #28473C;
}
.AnyTagClassName
{
color: #28473C;
}
</style>
background-color css
<style>
a { background-color: #28473C; }
a { background-color: rgb(40,71,60); }
div.DivClassName
{
background-color: #28473C;
}
.BgClassName
{
background-color: #28473C;
}
</style>
border-color css
<style>
span { border-color: #28473C; }
span { border-color: rgb(40,71,60); }
td.TdClassName
{
border-color: #28473C;
}
.TagClassName
{
border-color: #28473C;
}
</style>