Shades of Te Papa Green #2A473C
Tints of Te Papa Green #2A473C
RGB
CMYK
RGB Variations
Color information
#2A473C (or 0x2A473C) is known color: Te Papa Green. HEX triplet: 2A, 47 and 3C. RGB value is (42,71,60). Sum of RGB (Red+Green+Blue) = 42+71+60=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #2A473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A473C is #D5B8C3. Grayscale: #3D3D3D. Windows color (decimal): -14006468 or 3950378. OLE color: 3950378.
HSL color Cylindrical-coordinate representation of color #2A473C: hue angle of 157.24º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A473C is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 60 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.72 |
| HSL | 157.24º | 0.26% | 0.22% | - |
| HSV(B) | 157.24º | 0.41% | 0.28% | - |
| XYZ | 4.02 | 5.32 | 5.09 | - |
| YUV | 61.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 60 | 0.41 | 0 | 0.15 | 0.72 | 157.24 | 0.26 | 0.22 |
| Hex | 2A | 47 | 3C | 29 | 0 | F | 48 | 9D | 1A | 16 |
| Octal | 52 | 107 | 74 | 51 | 0 | 17 | 110 | 235 | 32 | 26 |
| Binary | 101010 | 1000111 | 111100 | 101001 | 0 | 1111 | 1001000 | 10011101 | 11010 | 10110 |
Color Harmonies of #2A473C
Complementary color
Monochromatic Colors of #2A473C
Black with #2A473C
Text Example
Text Example
White with #2A473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A473C; }
p { color: rgb(42,71,60); }
H1.HeaderClassName
{
color: #2A473C;
}
.AnyTagClassName
{
color: #2A473C;
}
</style>
background-color css
<style>
a { background-color: #2A473C; }
a { background-color: rgb(42,71,60); }
div.DivClassName
{
background-color: #2A473C;
}
.BgClassName
{
background-color: #2A473C;
}
</style>
border-color css
<style>
span { border-color: #2A473C; }
span { border-color: rgb(42,71,60); }
td.TdClassName
{
border-color: #2A473C;
}
.TagClassName
{
border-color: #2A473C;
}
</style>