Shades of Te Papa Green #295642
Tints of Te Papa Green #295642
RGB
CMYK
RGB Variations
Color information
#295642 (or 0x295642) is known color: Te Papa Green. HEX triplet: 29, 56 and 42. RGB value is (41,86,66). Sum of RGB (Red+Green+Blue) = 41+86+66=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #295642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295642 is #D6A9BD. Grayscale: #464646. Windows color (decimal): -14068158 or 4347433. OLE color: 4347433.
HSL color Cylindrical-coordinate representation of color #295642: hue angle of 153.33º 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 #295642 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 66 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.66 |
| HSL | 153.33º | 0.35% | 0.25% | - |
| HSV(B) | 153.33º | 0.52% | 0.34% | - |
| XYZ | 5.23 | 7.52 | 6.33 | - |
| YUV | 70.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 66 | 0.52 | 0 | 0.23 | 0.66 | 153.33 | 0.35 | 0.25 |
| Hex | 29 | 56 | 42 | 34 | 0 | 17 | 42 | 99 | 23 | 19 |
| Octal | 51 | 126 | 102 | 64 | 0 | 27 | 102 | 231 | 43 | 31 |
| Binary | 101001 | 1010110 | 1000010 | 110100 | 0 | 10111 | 1000010 | 10011001 | 100011 | 11001 |
Color Harmonies of #295642
Complementary color
Monochromatic Colors of #295642
Black with #295642
Text Example
Text Example
White with #295642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295642; }
p { color: rgb(41,86,66); }
H1.HeaderClassName
{
color: #295642;
}
.AnyTagClassName
{
color: #295642;
}
</style>
background-color css
<style>
a { background-color: #295642; }
a { background-color: rgb(41,86,66); }
div.DivClassName
{
background-color: #295642;
}
.BgClassName
{
background-color: #295642;
}
</style>
border-color css
<style>
span { border-color: #295642; }
span { border-color: rgb(41,86,66); }
td.TdClassName
{
border-color: #295642;
}
.TagClassName
{
border-color: #295642;
}
</style>