Shades of Te Papa Green #224D3D
Tints of Te Papa Green #224D3D
RGB
CMYK
RGB Variations
Color information
#224D3D (or 0x224D3D) is known color: Te Papa Green. HEX triplet: 22, 4D and 3D. RGB value is (34,77,61). Sum of RGB (Red+Green+Blue) = 34+77+61=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #224D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D3D is #DDB2C2. Grayscale: #3E3E3E. Windows color (decimal): -14529219 or 4017442. OLE color: 4017442.
HSL color Cylindrical-coordinate representation of color #224D3D: hue angle of 157.67º 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 #224D3D is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 61 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.70 |
| HSL | 157.67º | 0.39% | 0.22% | - |
| HSV(B) | 157.67º | 0.56% | 0.3% | - |
| XYZ | 4.16 | 5.98 | 5.35 | - |
| YUV | 62.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 61 | 0.56 | 0 | 0.21 | 0.70 | 157.67 | 0.39 | 0.22 |
| Hex | 22 | 4D | 3D | 38 | 0 | 15 | 46 | 9E | 27 | 16 |
| Octal | 42 | 115 | 75 | 70 | 0 | 25 | 106 | 236 | 47 | 26 |
| Binary | 100010 | 1001101 | 111101 | 111000 | 0 | 10101 | 1000110 | 10011110 | 100111 | 10110 |
Color Harmonies of #224D3D
Complementary color
Monochromatic Colors of #224D3D
Black with #224D3D
Text Example
Text Example
White with #224D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D3D; }
p { color: rgb(34,77,61); }
H1.HeaderClassName
{
color: #224D3D;
}
.AnyTagClassName
{
color: #224D3D;
}
</style>
background-color css
<style>
a { background-color: #224D3D; }
a { background-color: rgb(34,77,61); }
div.DivClassName
{
background-color: #224D3D;
}
.BgClassName
{
background-color: #224D3D;
}
</style>
border-color css
<style>
span { border-color: #224D3D; }
span { border-color: rgb(34,77,61); }
td.TdClassName
{
border-color: #224D3D;
}
.TagClassName
{
border-color: #224D3D;
}
</style>