Shades of Te Papa Green #2A4A3F
Tints of Te Papa Green #2A4A3F
RGB
CMYK
RGB Variations
Color information
#2A4A3F (or 0x2A4A3F) is known color: Te Papa Green. HEX triplet: 2A, 4A and 3F. RGB value is (42,74,63). Sum of RGB (Red+Green+Blue) = 42+74+63=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A3F is #D5B5C0. Grayscale: #3F3F3F. Windows color (decimal): -14005697 or 4147754. OLE color: 4147754.
HSL color Cylindrical-coordinate representation of color #2A4A3F: hue angle of 159.38º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A3F is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 63 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.71 |
| HSL | 159.38º | 0.28% | 0.23% | - |
| HSV(B) | 159.38º | 0.43% | 0.29% | - |
| XYZ | 4.3 | 5.75 | 5.59 | - |
| YUV | 63.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 63 | 0.43 | 0 | 0.15 | 0.71 | 159.38 | 0.28 | 0.23 |
| Hex | 2A | 4A | 3F | 2B | 0 | F | 47 | 9F | 1C | 17 |
| Octal | 52 | 112 | 77 | 53 | 0 | 17 | 107 | 237 | 34 | 27 |
| Binary | 101010 | 1001010 | 111111 | 101011 | 0 | 1111 | 1000111 | 10011111 | 11100 | 10111 |
Color Harmonies of #2A4A3F
Complementary color
Monochromatic Colors of #2A4A3F
Black with #2A4A3F
Text Example
Text Example
White with #2A4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A3F; }
p { color: rgb(42,74,63); }
H1.HeaderClassName
{
color: #2A4A3F;
}
.AnyTagClassName
{
color: #2A4A3F;
}
</style>
background-color css
<style>
a { background-color: #2A4A3F; }
a { background-color: rgb(42,74,63); }
div.DivClassName
{
background-color: #2A4A3F;
}
.BgClassName
{
background-color: #2A4A3F;
}
</style>
border-color css
<style>
span { border-color: #2A4A3F; }
span { border-color: rgb(42,74,63); }
td.TdClassName
{
border-color: #2A4A3F;
}
.TagClassName
{
border-color: #2A4A3F;
}
</style>