Shades of Te Papa Green #295448
Tints of Te Papa Green #295448
RGB
CMYK
RGB Variations
Color information
#295448 (or 0x295448) is known color: Te Papa Green. HEX triplet: 29, 54 and 48. RGB value is (41,84,72). Sum of RGB (Red+Green+Blue) = 41+84+72=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #295448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295448 is #D6ABB7. Grayscale: #454545. Windows color (decimal): -14068664 or 4740137. OLE color: 4740137.
HSL color Cylindrical-coordinate representation of color #295448: hue angle of 163.26º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295448 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 84 | 72 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.67 |
| HSL | 163.26º | 0.34% | 0.25% | - |
| HSV(B) | 163.26º | 0.51% | 0.33% | - |
| XYZ | 5.25 | 7.28 | 7.26 | - |
| YUV | 69.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 72 | 0.51 | 0 | 0.14 | 0.67 | 163.26 | 0.34 | 0.25 |
| Hex | 29 | 54 | 48 | 33 | 0 | E | 43 | A3 | 22 | 19 |
| Octal | 51 | 124 | 110 | 63 | 0 | 16 | 103 | 243 | 42 | 31 |
| Binary | 101001 | 1010100 | 1001000 | 110011 | 0 | 1110 | 1000011 | 10100011 | 100010 | 11001 |
Color Harmonies of #295448
Complementary color
Monochromatic Colors of #295448
Black with #295448
Text Example
Text Example
White with #295448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295448; }
p { color: rgb(41,84,72); }
H1.HeaderClassName
{
color: #295448;
}
.AnyTagClassName
{
color: #295448;
}
</style>
background-color css
<style>
a { background-color: #295448; }
a { background-color: rgb(41,84,72); }
div.DivClassName
{
background-color: #295448;
}
.BgClassName
{
background-color: #295448;
}
</style>
border-color css
<style>
span { border-color: #295448; }
span { border-color: rgb(41,84,72); }
td.TdClassName
{
border-color: #295448;
}
.TagClassName
{
border-color: #295448;
}
</style>