Shades of Te Papa Green #295241
Tints of Te Papa Green #295241
RGB
CMYK
RGB Variations
Color information
#295241 (or 0x295241) is known color: Te Papa Green. HEX triplet: 29, 52 and 41. RGB value is (41,82,65). Sum of RGB (Red+Green+Blue) = 41+82+65=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #295241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295241 is #D6ADBE. Grayscale: #434343. Windows color (decimal): -14069183 or 4280873. OLE color: 4280873.
HSL color Cylindrical-coordinate representation of color #295241: hue angle of 155.12º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295241 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 65 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.68 |
| HSL | 155.12º | 0.33% | 0.24% | - |
| HSV(B) | 155.12º | 0.5% | 0.32% | - |
| XYZ | 4.89 | 6.89 | 6.07 | - |
| YUV | 67.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 65 | 0.50 | 0 | 0.21 | 0.68 | 155.12 | 0.33 | 0.24 |
| Hex | 29 | 52 | 41 | 32 | 0 | 15 | 44 | 9B | 21 | 18 |
| Octal | 51 | 122 | 101 | 62 | 0 | 25 | 104 | 233 | 41 | 30 |
| Binary | 101001 | 1010010 | 1000001 | 110010 | 0 | 10101 | 1000100 | 10011011 | 100001 | 11000 |
Color Harmonies of #295241
Complementary color
Monochromatic Colors of #295241
Black with #295241
Text Example
Text Example
White with #295241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295241; }
p { color: rgb(41,82,65); }
H1.HeaderClassName
{
color: #295241;
}
.AnyTagClassName
{
color: #295241;
}
</style>
background-color css
<style>
a { background-color: #295241; }
a { background-color: rgb(41,82,65); }
div.DivClassName
{
background-color: #295241;
}
.BgClassName
{
background-color: #295241;
}
</style>
border-color css
<style>
span { border-color: #295241; }
span { border-color: rgb(41,82,65); }
td.TdClassName
{
border-color: #295241;
}
.TagClassName
{
border-color: #295241;
}
</style>