Shades of Te Papa Green #29473C
Tints of Te Papa Green #29473C
RGB
CMYK
RGB Variations
Color information
#29473C (or 0x29473C) is known color: Te Papa Green. HEX triplet: 29, 47 and 3C. RGB value is (41,71,60). Sum of RGB (Red+Green+Blue) = 41+71+60=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #29473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29473C is #D6B8C3. Grayscale: #3C3C3C. Windows color (decimal): -14072004 or 3950377. OLE color: 3950377.
HSL color Cylindrical-coordinate representation of color #29473C: hue angle of 158º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29473C is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 60 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.72 |
| HSL | 158º | 0.27% | 0.22% | - |
| HSV(B) | 158º | 0.42% | 0.28% | - |
| XYZ | 3.98 | 5.3 | 5.09 | - |
| YUV | 60.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 60 | 0.42 | 0 | 0.15 | 0.72 | 158 | 0.27 | 0.22 |
| Hex | 29 | 47 | 3C | 2A | 0 | F | 48 | 9E | 1B | 16 |
| Octal | 51 | 107 | 74 | 52 | 0 | 17 | 110 | 236 | 33 | 26 |
| Binary | 101001 | 1000111 | 111100 | 101010 | 0 | 1111 | 1001000 | 10011110 | 11011 | 10110 |
Color Harmonies of #29473C
Complementary color
Monochromatic Colors of #29473C
Black with #29473C
Text Example
Text Example
White with #29473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29473C; }
p { color: rgb(41,71,60); }
H1.HeaderClassName
{
color: #29473C;
}
.AnyTagClassName
{
color: #29473C;
}
</style>
background-color css
<style>
a { background-color: #29473C; }
a { background-color: rgb(41,71,60); }
div.DivClassName
{
background-color: #29473C;
}
.BgClassName
{
background-color: #29473C;
}
</style>
border-color css
<style>
span { border-color: #29473C; }
span { border-color: rgb(41,71,60); }
td.TdClassName
{
border-color: #29473C;
}
.TagClassName
{
border-color: #29473C;
}
</style>