Shades of Te Papa Green #225146
Tints of Te Papa Green #225146
RGB
CMYK
RGB Variations
Color information
#225146 (or 0x225146) is known color: Te Papa Green. HEX triplet: 22, 51 and 46. RGB value is (34,81,70). Sum of RGB (Red+Green+Blue) = 34+81+70=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #225146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225146 is #DDAEB9. Grayscale: #414141. Windows color (decimal): -14528186 or 4608290. OLE color: 4608290.
HSL color Cylindrical-coordinate representation of color #225146: hue angle of 165.96º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225146 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 70 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.68 |
| HSL | 165.96º | 0.41% | 0.23% | - |
| HSV(B) | 165.96º | 0.58% | 0.32% | - |
| XYZ | 4.71 | 6.67 | 6.83 | - |
| YUV | 65.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 70 | 0.58 | 0 | 0.14 | 0.68 | 165.96 | 0.41 | 0.23 |
| Hex | 22 | 51 | 46 | 3A | 0 | E | 44 | A6 | 29 | 17 |
| Octal | 42 | 121 | 106 | 72 | 0 | 16 | 104 | 246 | 51 | 27 |
| Binary | 100010 | 1010001 | 1000110 | 111010 | 0 | 1110 | 1000100 | 10100110 | 101001 | 10111 |
Color Harmonies of #225146
Complementary color
Monochromatic Colors of #225146
Black with #225146
Text Example
Text Example
White with #225146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225146; }
p { color: rgb(34,81,70); }
H1.HeaderClassName
{
color: #225146;
}
.AnyTagClassName
{
color: #225146;
}
</style>
background-color css
<style>
a { background-color: #225146; }
a { background-color: rgb(34,81,70); }
div.DivClassName
{
background-color: #225146;
}
.BgClassName
{
background-color: #225146;
}
</style>
border-color css
<style>
span { border-color: #225146; }
span { border-color: rgb(34,81,70); }
td.TdClassName
{
border-color: #225146;
}
.TagClassName
{
border-color: #225146;
}
</style>