Shades of Te Papa Green #29493C
Tints of Te Papa Green #29493C
RGB
CMYK
RGB Variations
Color information
#29493C (or 0x29493C) is known color: Te Papa Green. HEX triplet: 29, 49 and 3C. RGB value is (41,73,60). Sum of RGB (Red+Green+Blue) = 41+73+60=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #29493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29493C is #D6B6C3. Grayscale: #3D3D3D. Windows color (decimal): -14071492 or 3950889. OLE color: 3950889.
HSL color Cylindrical-coordinate representation of color #29493C: hue angle of 155.62º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29493C is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 60 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.71 |
| HSL | 155.63º | 0.28% | 0.22% | - |
| HSV(B) | 155.63º | 0.44% | 0.29% | - |
| XYZ | 4.11 | 5.56 | 5.13 | - |
| YUV | 61.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 60 | 0.44 | 0 | 0.18 | 0.71 | 155.63 | 0.28 | 0.22 |
| Hex | 29 | 49 | 3C | 2C | 0 | 12 | 47 | 9C | 1C | 16 |
| Octal | 51 | 111 | 74 | 54 | 0 | 22 | 107 | 234 | 34 | 26 |
| Binary | 101001 | 1001001 | 111100 | 101100 | 0 | 10010 | 1000111 | 10011100 | 11100 | 10110 |
Color Harmonies of #29493C
Complementary color
Monochromatic Colors of #29493C
Black with #29493C
Text Example
Text Example
White with #29493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29493C; }
p { color: rgb(41,73,60); }
H1.HeaderClassName
{
color: #29493C;
}
.AnyTagClassName
{
color: #29493C;
}
</style>
background-color css
<style>
a { background-color: #29493C; }
a { background-color: rgb(41,73,60); }
div.DivClassName
{
background-color: #29493C;
}
.BgClassName
{
background-color: #29493C;
}
</style>
border-color css
<style>
span { border-color: #29493C; }
span { border-color: rgb(41,73,60); }
td.TdClassName
{
border-color: #29493C;
}
.TagClassName
{
border-color: #29493C;
}
</style>