Shades of Te Papa Green #2A4C40
Tints of Te Papa Green #2A4C40
RGB
CMYK
RGB Variations
Color information
#2A4C40 (or 0x2A4C40) is known color: Te Papa Green. HEX triplet: 2A, 4C and 40. RGB value is (42,76,64). Sum of RGB (Red+Green+Blue) = 42+76+64=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C40 is #D5B3BF. Grayscale: #404040. Windows color (decimal): -14005184 or 4213802. OLE color: 4213802.
HSL color Cylindrical-coordinate representation of color #2A4C40: hue angle of 158.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C40 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 64 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.70 |
| HSL | 158.82º | 0.29% | 0.23% | - |
| HSV(B) | 158.82º | 0.45% | 0.3% | - |
| XYZ | 4.46 | 6.03 | 5.78 | - |
| YUV | 64.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 64 | 0.45 | 0 | 0.16 | 0.70 | 158.82 | 0.29 | 0.23 |
| Hex | 2A | 4C | 40 | 2D | 0 | 10 | 46 | 9F | 1D | 17 |
| Octal | 52 | 114 | 100 | 55 | 0 | 20 | 106 | 237 | 35 | 27 |
| Binary | 101010 | 1001100 | 1000000 | 101101 | 0 | 10000 | 1000110 | 10011111 | 11101 | 10111 |
Color Harmonies of #2A4C40
Complementary color
Monochromatic Colors of #2A4C40
Black with #2A4C40
Text Example
Text Example
White with #2A4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C40; }
p { color: rgb(42,76,64); }
H1.HeaderClassName
{
color: #2A4C40;
}
.AnyTagClassName
{
color: #2A4C40;
}
</style>
background-color css
<style>
a { background-color: #2A4C40; }
a { background-color: rgb(42,76,64); }
div.DivClassName
{
background-color: #2A4C40;
}
.BgClassName
{
background-color: #2A4C40;
}
</style>
border-color css
<style>
span { border-color: #2A4C40; }
span { border-color: rgb(42,76,64); }
td.TdClassName
{
border-color: #2A4C40;
}
.TagClassName
{
border-color: #2A4C40;
}
</style>