Shades of Te Papa Green #284940
Tints of Te Papa Green #284940
RGB
CMYK
RGB Variations
Color information
#284940 (or 0x284940) is known color: Te Papa Green. HEX triplet: 28, 49 and 40. RGB value is (40,73,64). Sum of RGB (Red+Green+Blue) = 40+73+64=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #284940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284940 is #D7B6BF. Grayscale: #3E3E3E. Windows color (decimal): -14137024 or 4213032. OLE color: 4213032.
HSL color Cylindrical-coordinate representation of color #284940: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #284940 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 73 | 64 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.71 |
| HSL | 163.64º | 0.29% | 0.22% | - |
| HSV(B) | 163.64º | 0.45% | 0.29% | - |
| XYZ | 4.18 | 5.59 | 5.71 | - |
| YUV | 62.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 64 | 0.45 | 0 | 0.12 | 0.71 | 163.64 | 0.29 | 0.22 |
| Hex | 28 | 49 | 40 | 2D | 0 | C | 47 | A4 | 1D | 16 |
| Octal | 50 | 111 | 100 | 55 | 0 | 14 | 107 | 244 | 35 | 26 |
| Binary | 101000 | 1001001 | 1000000 | 101101 | 0 | 1100 | 1000111 | 10100100 | 11101 | 10110 |
Color Harmonies of #284940
Complementary color
Monochromatic Colors of #284940
Black with #284940
Text Example
Text Example
White with #284940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284940; }
p { color: rgb(40,73,64); }
H1.HeaderClassName
{
color: #284940;
}
.AnyTagClassName
{
color: #284940;
}
</style>
background-color css
<style>
a { background-color: #284940; }
a { background-color: rgb(40,73,64); }
div.DivClassName
{
background-color: #284940;
}
.BgClassName
{
background-color: #284940;
}
</style>
border-color css
<style>
span { border-color: #284940; }
span { border-color: rgb(40,73,64); }
td.TdClassName
{
border-color: #284940;
}
.TagClassName
{
border-color: #284940;
}
</style>