Shades of Te Papa Green #22503F
Tints of Te Papa Green #22503F
RGB
CMYK
RGB Variations
Color information
#22503F (or 0x22503F) is known color: Te Papa Green. HEX triplet: 22, 50 and 3F. RGB value is (34,80,63). Sum of RGB (Red+Green+Blue) = 34+80+63=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #22503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22503F is #DDAFC0. Grayscale: #404040. Windows color (decimal): -14528449 or 4149282. OLE color: 4149282.
HSL color Cylindrical-coordinate representation of color #22503F: hue angle of 157.83º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22503F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 63 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.69 |
| HSL | 157.83º | 0.4% | 0.22% | - |
| HSV(B) | 157.83º | 0.58% | 0.31% | - |
| XYZ | 4.43 | 6.44 | 5.71 | - |
| YUV | 64.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 63 | 0.58 | 0 | 0.21 | 0.69 | 157.83 | 0.4 | 0.22 |
| Hex | 22 | 50 | 3F | 3A | 0 | 15 | 45 | 9E | 28 | 16 |
| Octal | 42 | 120 | 77 | 72 | 0 | 25 | 105 | 236 | 50 | 26 |
| Binary | 100010 | 1010000 | 111111 | 111010 | 0 | 10101 | 1000101 | 10011110 | 101000 | 10110 |
Color Harmonies of #22503F
Complementary color
Monochromatic Colors of #22503F
Black with #22503F
Text Example
Text Example
White with #22503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22503F; }
p { color: rgb(34,80,63); }
H1.HeaderClassName
{
color: #22503F;
}
.AnyTagClassName
{
color: #22503F;
}
</style>
background-color css
<style>
a { background-color: #22503F; }
a { background-color: rgb(34,80,63); }
div.DivClassName
{
background-color: #22503F;
}
.BgClassName
{
background-color: #22503F;
}
</style>
border-color css
<style>
span { border-color: #22503F; }
span { border-color: rgb(34,80,63); }
td.TdClassName
{
border-color: #22503F;
}
.TagClassName
{
border-color: #22503F;
}
</style>