Shades of Te Papa Green #29463D
Tints of Te Papa Green #29463D
RGB
CMYK
RGB Variations
Color information
#29463D (or 0x29463D) is known color: Te Papa Green. HEX triplet: 29, 46 and 3D. RGB value is (41,70,61). Sum of RGB (Red+Green+Blue) = 41+70+61=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #29463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463D is #D6B9C2. Grayscale: #3C3C3C. Windows color (decimal): -14072259 or 4015657. OLE color: 4015657.
HSL color Cylindrical-coordinate representation of color #29463D: hue angle of 161.38º 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 #29463D is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 61 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.73 |
| HSL | 161.38º | 0.26% | 0.22% | - |
| HSV(B) | 161.38º | 0.41% | 0.27% | - |
| XYZ | 3.95 | 5.19 | 5.21 | - |
| YUV | 60.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 61 | 0.41 | 0 | 0.13 | 0.73 | 161.38 | 0.26 | 0.22 |
| Hex | 29 | 46 | 3D | 29 | 0 | D | 49 | A1 | 1A | 16 |
| Octal | 51 | 106 | 75 | 51 | 0 | 15 | 111 | 241 | 32 | 26 |
| Binary | 101001 | 1000110 | 111101 | 101001 | 0 | 1101 | 1001001 | 10100001 | 11010 | 10110 |
Color Harmonies of #29463D
Complementary color
Monochromatic Colors of #29463D
Black with #29463D
Text Example
Text Example
White with #29463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29463D; }
p { color: rgb(41,70,61); }
H1.HeaderClassName
{
color: #29463D;
}
.AnyTagClassName
{
color: #29463D;
}
</style>
background-color css
<style>
a { background-color: #29463D; }
a { background-color: rgb(41,70,61); }
div.DivClassName
{
background-color: #29463D;
}
.BgClassName
{
background-color: #29463D;
}
</style>
border-color css
<style>
span { border-color: #29463D; }
span { border-color: rgb(41,70,61); }
td.TdClassName
{
border-color: #29463D;
}
.TagClassName
{
border-color: #29463D;
}
</style>