Shades of Te Papa Green #28473D
Tints of Te Papa Green #28473D
RGB
CMYK
RGB Variations
Color information
#28473D (or 0x28473D) is known color: Te Papa Green. HEX triplet: 28, 47 and 3D. RGB value is (40,71,61). Sum of RGB (Red+Green+Blue) = 40+71+61=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #28473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28473D is #D7B8C2. Grayscale: #3C3C3C. Windows color (decimal): -14137539 or 4015912. OLE color: 4015912.
HSL color Cylindrical-coordinate representation of color #28473D: hue angle of 160.65º 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 #28473D is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 61 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.72 |
| HSL | 160.65º | 0.28% | 0.22% | - |
| HSV(B) | 160.65º | 0.44% | 0.28% | - |
| XYZ | 3.97 | 5.29 | 5.23 | - |
| YUV | 60.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 61 | 0.44 | 0 | 0.14 | 0.72 | 160.65 | 0.28 | 0.22 |
| Hex | 28 | 47 | 3D | 2C | 0 | E | 48 | A1 | 1C | 16 |
| Octal | 50 | 107 | 75 | 54 | 0 | 16 | 110 | 241 | 34 | 26 |
| Binary | 101000 | 1000111 | 111101 | 101100 | 0 | 1110 | 1001000 | 10100001 | 11100 | 10110 |
Color Harmonies of #28473D
Complementary color
Monochromatic Colors of #28473D
Black with #28473D
Text Example
Text Example
White with #28473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28473D; }
p { color: rgb(40,71,61); }
H1.HeaderClassName
{
color: #28473D;
}
.AnyTagClassName
{
color: #28473D;
}
</style>
background-color css
<style>
a { background-color: #28473D; }
a { background-color: rgb(40,71,61); }
div.DivClassName
{
background-color: #28473D;
}
.BgClassName
{
background-color: #28473D;
}
</style>
border-color css
<style>
span { border-color: #28473D; }
span { border-color: rgb(40,71,61); }
td.TdClassName
{
border-color: #28473D;
}
.TagClassName
{
border-color: #28473D;
}
</style>