Shades of Te Papa Green #295646
Tints of Te Papa Green #295646
RGB
CMYK
RGB Variations
Color information
#295646 (or 0x295646) is known color: Te Papa Green. HEX triplet: 29, 56 and 46. RGB value is (41,86,70). Sum of RGB (Red+Green+Blue) = 41+86+70=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #295646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295646 is #D6A9B9. Grayscale: #464646. Windows color (decimal): -14068154 or 4609577. OLE color: 4609577.
HSL color Cylindrical-coordinate representation of color #295646: hue angle of 158.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295646 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 70 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.66 |
| HSL | 158.67º | 0.35% | 0.25% | - |
| HSV(B) | 158.67º | 0.52% | 0.34% | - |
| XYZ | 5.35 | 7.57 | 6.97 | - |
| YUV | 70.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 70 | 0.52 | 0 | 0.19 | 0.66 | 158.67 | 0.35 | 0.25 |
| Hex | 29 | 56 | 46 | 34 | 0 | 13 | 42 | 9F | 23 | 19 |
| Octal | 51 | 126 | 106 | 64 | 0 | 23 | 102 | 237 | 43 | 31 |
| Binary | 101001 | 1010110 | 1000110 | 110100 | 0 | 10011 | 1000010 | 10011111 | 100011 | 11001 |
Color Harmonies of #295646
Complementary color
Monochromatic Colors of #295646
Black with #295646
Text Example
Text Example
White with #295646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295646; }
p { color: rgb(41,86,70); }
H1.HeaderClassName
{
color: #295646;
}
.AnyTagClassName
{
color: #295646;
}
</style>
background-color css
<style>
a { background-color: #295646; }
a { background-color: rgb(41,86,70); }
div.DivClassName
{
background-color: #295646;
}
.BgClassName
{
background-color: #295646;
}
</style>
border-color css
<style>
span { border-color: #295646; }
span { border-color: rgb(41,86,70); }
td.TdClassName
{
border-color: #295646;
}
.TagClassName
{
border-color: #295646;
}
</style>