Shades of Te Papa Green #29463C
Tints of Te Papa Green #29463C
RGB
CMYK
RGB Variations
Color information
#29463C (or 0x29463C) is known color: Te Papa Green. HEX triplet: 29, 46 and 3C. RGB value is (41,70,60). Sum of RGB (Red+Green+Blue) = 41+70+60=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #29463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463C is #D6B9C3. Grayscale: #3C3C3C. Windows color (decimal): -14072260 or 3950121. OLE color: 3950121.
HSL color Cylindrical-coordinate representation of color #29463C: hue angle of 159.31º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29463C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 60 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.73 |
| HSL | 159.31º | 0.26% | 0.22% | - |
| HSV(B) | 159.31º | 0.41% | 0.27% | - |
| XYZ | 3.92 | 5.18 | 5.07 | - |
| YUV | 60.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 60 | 0.41 | 0 | 0.14 | 0.73 | 159.31 | 0.26 | 0.22 |
| Hex | 29 | 46 | 3C | 29 | 0 | E | 49 | 9F | 1A | 16 |
| Octal | 51 | 106 | 74 | 51 | 0 | 16 | 111 | 237 | 32 | 26 |
| Binary | 101001 | 1000110 | 111100 | 101001 | 0 | 1110 | 1001001 | 10011111 | 11010 | 10110 |
Color Harmonies of #29463C
Complementary color
Monochromatic Colors of #29463C
Black with #29463C
Text Example
Text Example
White with #29463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29463C; }
p { color: rgb(41,70,60); }
H1.HeaderClassName
{
color: #29463C;
}
.AnyTagClassName
{
color: #29463C;
}
</style>
background-color css
<style>
a { background-color: #29463C; }
a { background-color: rgb(41,70,60); }
div.DivClassName
{
background-color: #29463C;
}
.BgClassName
{
background-color: #29463C;
}
</style>
border-color css
<style>
span { border-color: #29463C; }
span { border-color: rgb(41,70,60); }
td.TdClassName
{
border-color: #29463C;
}
.TagClassName
{
border-color: #29463C;
}
</style>