Shades of Te Papa Green #224D42
Tints of Te Papa Green #224D42
RGB
CMYK
RGB Variations
Color information
#224D42 (or 0x224D42) is known color: Te Papa Green. HEX triplet: 22, 4D and 42. RGB value is (34,77,66). Sum of RGB (Red+Green+Blue) = 34+77+66=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #224D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D42 is #DDB2BD. Grayscale: #3E3E3E. Windows color (decimal): -14529214 or 4345122. OLE color: 4345122.
HSL color Cylindrical-coordinate representation of color #224D42: hue angle of 164.65º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D42 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 66 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.70 |
| HSL | 164.65º | 0.39% | 0.22% | - |
| HSV(B) | 164.65º | 0.56% | 0.3% | - |
| XYZ | 4.3 | 6.04 | 6.09 | - |
| YUV | 62.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 66 | 0.56 | 0 | 0.14 | 0.70 | 164.65 | 0.39 | 0.22 |
| Hex | 22 | 4D | 42 | 38 | 0 | E | 46 | A5 | 27 | 16 |
| Octal | 42 | 115 | 102 | 70 | 0 | 16 | 106 | 245 | 47 | 26 |
| Binary | 100010 | 1001101 | 1000010 | 111000 | 0 | 1110 | 1000110 | 10100101 | 100111 | 10110 |
Color Harmonies of #224D42
Complementary color
Monochromatic Colors of #224D42
Black with #224D42
Text Example
Text Example
White with #224D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D42; }
p { color: rgb(34,77,66); }
H1.HeaderClassName
{
color: #224D42;
}
.AnyTagClassName
{
color: #224D42;
}
</style>
background-color css
<style>
a { background-color: #224D42; }
a { background-color: rgb(34,77,66); }
div.DivClassName
{
background-color: #224D42;
}
.BgClassName
{
background-color: #224D42;
}
</style>
border-color css
<style>
span { border-color: #224D42; }
span { border-color: rgb(34,77,66); }
td.TdClassName
{
border-color: #224D42;
}
.TagClassName
{
border-color: #224D42;
}
</style>