Shades of Te Papa Green #224C3F
Tints of Te Papa Green #224C3F
RGB
CMYK
RGB Variations
Color information
#224C3F (or 0x224C3F) is known color: Te Papa Green. HEX triplet: 22, 4C and 3F. RGB value is (34,76,63). Sum of RGB (Red+Green+Blue) = 34+76+63=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #224C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C3F is #DDB3C0. Grayscale: #3D3D3D. Windows color (decimal): -14529473 or 4148258. OLE color: 4148258.
HSL color Cylindrical-coordinate representation of color #224C3F: hue angle of 161.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C3F is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 63 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.70 |
| HSL | 161.43º | 0.38% | 0.22% | - |
| HSV(B) | 161.43º | 0.55% | 0.3% | - |
| XYZ | 4.14 | 5.87 | 5.62 | - |
| YUV | 61.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 63 | 0.55 | 0 | 0.17 | 0.70 | 161.43 | 0.38 | 0.22 |
| Hex | 22 | 4C | 3F | 37 | 0 | 11 | 46 | A1 | 26 | 16 |
| Octal | 42 | 114 | 77 | 67 | 0 | 21 | 106 | 241 | 46 | 26 |
| Binary | 100010 | 1001100 | 111111 | 110111 | 0 | 10001 | 1000110 | 10100001 | 100110 | 10110 |
Color Harmonies of #224C3F
Complementary color
Monochromatic Colors of #224C3F
Black with #224C3F
Text Example
Text Example
White with #224C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C3F; }
p { color: rgb(34,76,63); }
H1.HeaderClassName
{
color: #224C3F;
}
.AnyTagClassName
{
color: #224C3F;
}
</style>
background-color css
<style>
a { background-color: #224C3F; }
a { background-color: rgb(34,76,63); }
div.DivClassName
{
background-color: #224C3F;
}
.BgClassName
{
background-color: #224C3F;
}
</style>
border-color css
<style>
span { border-color: #224C3F; }
span { border-color: rgb(34,76,63); }
td.TdClassName
{
border-color: #224C3F;
}
.TagClassName
{
border-color: #224C3F;
}
</style>