Shades of Te Papa Green #224B3E
Tints of Te Papa Green #224B3E
RGB
CMYK
RGB Variations
Color information
#224B3E (or 0x224B3E) is known color: Te Papa Green. HEX triplet: 22, 4B and 3E. RGB value is (34,75,62). Sum of RGB (Red+Green+Blue) = 34+75+62=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #224B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B3E is #DDB4C1. Grayscale: #3D3D3D. Windows color (decimal): -14529730 or 4082466. OLE color: 4082466.
HSL color Cylindrical-coordinate representation of color #224B3E: hue angle of 160.98º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B3E is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 62 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.71 |
| HSL | 160.98º | 0.38% | 0.21% | - |
| HSV(B) | 160.98º | 0.55% | 0.29% | - |
| XYZ | 4.05 | 5.72 | 5.45 | - |
| YUV | 61.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 62 | 0.55 | 0 | 0.17 | 0.71 | 160.98 | 0.38 | 0.21 |
| Hex | 22 | 4B | 3E | 37 | 0 | 11 | 47 | A1 | 26 | 15 |
| Octal | 42 | 113 | 76 | 67 | 0 | 21 | 107 | 241 | 46 | 25 |
| Binary | 100010 | 1001011 | 111110 | 110111 | 0 | 10001 | 1000111 | 10100001 | 100110 | 10101 |
Color Harmonies of #224B3E
Complementary color
Monochromatic Colors of #224B3E
Black with #224B3E
Text Example
Text Example
White with #224B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B3E; }
p { color: rgb(34,75,62); }
H1.HeaderClassName
{
color: #224B3E;
}
.AnyTagClassName
{
color: #224B3E;
}
</style>
background-color css
<style>
a { background-color: #224B3E; }
a { background-color: rgb(34,75,62); }
div.DivClassName
{
background-color: #224B3E;
}
.BgClassName
{
background-color: #224B3E;
}
</style>
border-color css
<style>
span { border-color: #224B3E; }
span { border-color: rgb(34,75,62); }
td.TdClassName
{
border-color: #224B3E;
}
.TagClassName
{
border-color: #224B3E;
}
</style>