Shades of Te Papa Green #295541
Tints of Te Papa Green #295541
RGB
CMYK
RGB Variations
Color information
#295541 (or 0x295541) is known color: Te Papa Green. HEX triplet: 29, 55 and 41. RGB value is (41,85,65). Sum of RGB (Red+Green+Blue) = 41+85+65=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #295541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295541 is #D6AABE. Grayscale: #454545. Windows color (decimal): -14068415 or 4281641. OLE color: 4281641.
HSL color Cylindrical-coordinate representation of color #295541: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295541 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 65 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.67 |
| HSL | 152.73º | 0.35% | 0.25% | - |
| HSV(B) | 152.73º | 0.52% | 0.33% | - |
| XYZ | 5.12 | 7.35 | 6.15 | - |
| YUV | 69.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 65 | 0.52 | 0 | 0.24 | 0.67 | 152.73 | 0.35 | 0.25 |
| Hex | 29 | 55 | 41 | 34 | 0 | 18 | 43 | 99 | 23 | 19 |
| Octal | 51 | 125 | 101 | 64 | 0 | 30 | 103 | 231 | 43 | 31 |
| Binary | 101001 | 1010101 | 1000001 | 110100 | 0 | 11000 | 1000011 | 10011001 | 100011 | 11001 |
Color Harmonies of #295541
Complementary color
Monochromatic Colors of #295541
Black with #295541
Text Example
Text Example
White with #295541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295541; }
p { color: rgb(41,85,65); }
H1.HeaderClassName
{
color: #295541;
}
.AnyTagClassName
{
color: #295541;
}
</style>
background-color css
<style>
a { background-color: #295541; }
a { background-color: rgb(41,85,65); }
div.DivClassName
{
background-color: #295541;
}
.BgClassName
{
background-color: #295541;
}
</style>
border-color css
<style>
span { border-color: #295541; }
span { border-color: rgb(41,85,65); }
td.TdClassName
{
border-color: #295541;
}
.TagClassName
{
border-color: #295541;
}
</style>