Shades of Te Papa Green #225540
Tints of Te Papa Green #225540
RGB
CMYK
RGB Variations
Color information
#225540 (or 0x225540) is known color: Te Papa Green. HEX triplet: 22, 55 and 40. RGB value is (34,85,64). Sum of RGB (Red+Green+Blue) = 34+85+64=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #225540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225540 is #DDAABF. Grayscale: #434343. Windows color (decimal): -14527168 or 4216098. OLE color: 4216098.
HSL color Cylindrical-coordinate representation of color #225540: hue angle of 155.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225540 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 85 | 64 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.67 |
| HSL | 155.29º | 0.43% | 0.23% | - |
| HSV(B) | 155.29º | 0.6% | 0.33% | - |
| XYZ | 4.83 | 7.21 | 5.99 | - |
| YUV | 67.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 64 | 0.60 | 0 | 0.25 | 0.67 | 155.29 | 0.43 | 0.23 |
| Hex | 22 | 55 | 40 | 3C | 0 | 19 | 43 | 9B | 2B | 17 |
| Octal | 42 | 125 | 100 | 74 | 0 | 31 | 103 | 233 | 53 | 27 |
| Binary | 100010 | 1010101 | 1000000 | 111100 | 0 | 11001 | 1000011 | 10011011 | 101011 | 10111 |
Color Harmonies of #225540
Complementary color
Monochromatic Colors of #225540
Black with #225540
Text Example
Text Example
White with #225540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225540; }
p { color: rgb(34,85,64); }
H1.HeaderClassName
{
color: #225540;
}
.AnyTagClassName
{
color: #225540;
}
</style>
background-color css
<style>
a { background-color: #225540; }
a { background-color: rgb(34,85,64); }
div.DivClassName
{
background-color: #225540;
}
.BgClassName
{
background-color: #225540;
}
</style>
border-color css
<style>
span { border-color: #225540; }
span { border-color: rgb(34,85,64); }
td.TdClassName
{
border-color: #225540;
}
.TagClassName
{
border-color: #225540;
}
</style>