Shades of Te Papa Green #284A40
Tints of Te Papa Green #284A40
RGB
CMYK
RGB Variations
Color information
#284A40 (or 0x284A40) is known color: Te Papa Green. HEX triplet: 28, 4A and 40. RGB value is (40,74,64). Sum of RGB (Red+Green+Blue) = 40+74+64=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #284A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A40 is #D7B5BF. Grayscale: #3E3E3E. Windows color (decimal): -14136768 or 4213288. OLE color: 4213288.
HSL color Cylindrical-coordinate representation of color #284A40: hue angle of 162.35º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A40 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 64 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.71 |
| HSL | 162.35º | 0.3% | 0.22% | - |
| HSV(B) | 162.35º | 0.46% | 0.29% | - |
| XYZ | 4.25 | 5.72 | 5.73 | - |
| YUV | 62.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 64 | 0.46 | 0 | 0.14 | 0.71 | 162.35 | 0.3 | 0.22 |
| Hex | 28 | 4A | 40 | 2E | 0 | E | 47 | A2 | 1E | 16 |
| Octal | 50 | 112 | 100 | 56 | 0 | 16 | 107 | 242 | 36 | 26 |
| Binary | 101000 | 1001010 | 1000000 | 101110 | 0 | 1110 | 1000111 | 10100010 | 11110 | 10110 |
Color Harmonies of #284A40
Complementary color
Monochromatic Colors of #284A40
Black with #284A40
Text Example
Text Example
White with #284A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A40; }
p { color: rgb(40,74,64); }
H1.HeaderClassName
{
color: #284A40;
}
.AnyTagClassName
{
color: #284A40;
}
</style>
background-color css
<style>
a { background-color: #284A40; }
a { background-color: rgb(40,74,64); }
div.DivClassName
{
background-color: #284A40;
}
.BgClassName
{
background-color: #284A40;
}
</style>
border-color css
<style>
span { border-color: #284A40; }
span { border-color: rgb(40,74,64); }
td.TdClassName
{
border-color: #284A40;
}
.TagClassName
{
border-color: #284A40;
}
</style>