Shades of Te Papa Green #295643
Tints of Te Papa Green #295643
RGB
CMYK
RGB Variations
Color information
#295643 (or 0x295643) is known color: Te Papa Green. HEX triplet: 29, 56 and 43. RGB value is (41,86,67). Sum of RGB (Red+Green+Blue) = 41+86+67=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #295643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295643 is #D6A9BC. Grayscale: #464646. Windows color (decimal): -14068157 or 4412969. OLE color: 4412969.
HSL color Cylindrical-coordinate representation of color #295643: hue angle of 154.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 #295643 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 67 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.66 |
| HSL | 154.67º | 0.35% | 0.25% | - |
| HSV(B) | 154.67º | 0.52% | 0.34% | - |
| XYZ | 5.26 | 7.53 | 6.49 | - |
| YUV | 70.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 67 | 0.52 | 0 | 0.22 | 0.66 | 154.67 | 0.35 | 0.25 |
| Hex | 29 | 56 | 43 | 34 | 0 | 16 | 42 | 9B | 23 | 19 |
| Octal | 51 | 126 | 103 | 64 | 0 | 26 | 102 | 233 | 43 | 31 |
| Binary | 101001 | 1010110 | 1000011 | 110100 | 0 | 10110 | 1000010 | 10011011 | 100011 | 11001 |
Color Harmonies of #295643
Complementary color
Monochromatic Colors of #295643
Black with #295643
Text Example
Text Example
White with #295643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295643; }
p { color: rgb(41,86,67); }
H1.HeaderClassName
{
color: #295643;
}
.AnyTagClassName
{
color: #295643;
}
</style>
background-color css
<style>
a { background-color: #295643; }
a { background-color: rgb(41,86,67); }
div.DivClassName
{
background-color: #295643;
}
.BgClassName
{
background-color: #295643;
}
</style>
border-color css
<style>
span { border-color: #295643; }
span { border-color: rgb(41,86,67); }
td.TdClassName
{
border-color: #295643;
}
.TagClassName
{
border-color: #295643;
}
</style>