Shades of Te Papa Green #225247
Tints of Te Papa Green #225247
RGB
CMYK
RGB Variations
Color information
#225247 (or 0x225247) is known color: Te Papa Green. HEX triplet: 22, 52 and 47. RGB value is (34,82,71). Sum of RGB (Red+Green+Blue) = 34+82+71=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #225247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225247 is #DDADB8. Grayscale: #424242. Windows color (decimal): -14527929 or 4674082. OLE color: 4674082.
HSL color Cylindrical-coordinate representation of color #225247: hue angle of 166.25º 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 #225247 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 71 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.68 |
| HSL | 166.25º | 0.41% | 0.23% | - |
| HSV(B) | 166.25º | 0.59% | 0.32% | - |
| XYZ | 4.81 | 6.83 | 7.03 | - |
| YUV | 66.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 71 | 0.59 | 0 | 0.13 | 0.68 | 166.25 | 0.41 | 0.23 |
| Hex | 22 | 52 | 47 | 3B | 0 | D | 44 | A6 | 29 | 17 |
| Octal | 42 | 122 | 107 | 73 | 0 | 15 | 104 | 246 | 51 | 27 |
| Binary | 100010 | 1010010 | 1000111 | 111011 | 0 | 1101 | 1000100 | 10100110 | 101001 | 10111 |
Color Harmonies of #225247
Complementary color
Monochromatic Colors of #225247
Black with #225247
Text Example
Text Example
White with #225247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225247; }
p { color: rgb(34,82,71); }
H1.HeaderClassName
{
color: #225247;
}
.AnyTagClassName
{
color: #225247;
}
</style>
background-color css
<style>
a { background-color: #225247; }
a { background-color: rgb(34,82,71); }
div.DivClassName
{
background-color: #225247;
}
.BgClassName
{
background-color: #225247;
}
</style>
border-color css
<style>
span { border-color: #225247; }
span { border-color: rgb(34,82,71); }
td.TdClassName
{
border-color: #225247;
}
.TagClassName
{
border-color: #225247;
}
</style>