Shades of Te Papa Green #225242
Tints of Te Papa Green #225242
RGB
CMYK
RGB Variations
Color information
#225242 (or 0x225242) is known color: Te Papa Green. HEX triplet: 22, 52 and 42. RGB value is (34,82,66). Sum of RGB (Red+Green+Blue) = 34+82+66=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #225242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225242 is #DDADBD. Grayscale: #414141. Windows color (decimal): -14527934 or 4346402. OLE color: 4346402.
HSL color Cylindrical-coordinate representation of color #225242: hue angle of 160º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225242 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 66 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.68 |
| HSL | 160º | 0.41% | 0.23% | - |
| HSV(B) | 160º | 0.59% | 0.32% | - |
| XYZ | 4.66 | 6.77 | 6.21 | - |
| YUV | 65.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 66 | 0.59 | 0 | 0.20 | 0.68 | 160 | 0.41 | 0.23 |
| Hex | 22 | 52 | 42 | 3B | 0 | 14 | 44 | A0 | 29 | 17 |
| Octal | 42 | 122 | 102 | 73 | 0 | 24 | 104 | 240 | 51 | 27 |
| Binary | 100010 | 1010010 | 1000010 | 111011 | 0 | 10100 | 1000100 | 10100000 | 101001 | 10111 |
Color Harmonies of #225242
Complementary color
Monochromatic Colors of #225242
Black with #225242
Text Example
Text Example
White with #225242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225242; }
p { color: rgb(34,82,66); }
H1.HeaderClassName
{
color: #225242;
}
.AnyTagClassName
{
color: #225242;
}
</style>
background-color css
<style>
a { background-color: #225242; }
a { background-color: rgb(34,82,66); }
div.DivClassName
{
background-color: #225242;
}
.BgClassName
{
background-color: #225242;
}
</style>
border-color css
<style>
span { border-color: #225242; }
span { border-color: rgb(34,82,66); }
td.TdClassName
{
border-color: #225242;
}
.TagClassName
{
border-color: #225242;
}
</style>