Shades of Te Papa Green #224B40
Tints of Te Papa Green #224B40
RGB
CMYK
RGB Variations
Color information
#224B40 (or 0x224B40) is known color: Te Papa Green. HEX triplet: 22, 4B and 40. RGB value is (34,75,64). Sum of RGB (Red+Green+Blue) = 34+75+64=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #224B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B40 is #DDB4BF. Grayscale: #3D3D3D. Windows color (decimal): -14529728 or 4213538. OLE color: 4213538.
HSL color Cylindrical-coordinate representation of color #224B40: hue angle of 163.9º 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 #224B40 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 64 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.71 |
| HSL | 163.9º | 0.38% | 0.21% | - |
| HSV(B) | 163.9º | 0.55% | 0.29% | - |
| XYZ | 4.1 | 5.74 | 5.74 | - |
| YUV | 61.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 64 | 0.55 | 0 | 0.15 | 0.71 | 163.9 | 0.38 | 0.21 |
| Hex | 22 | 4B | 40 | 37 | 0 | F | 47 | A4 | 26 | 15 |
| Octal | 42 | 113 | 100 | 67 | 0 | 17 | 107 | 244 | 46 | 25 |
| Binary | 100010 | 1001011 | 1000000 | 110111 | 0 | 1111 | 1000111 | 10100100 | 100110 | 10101 |
Color Harmonies of #224B40
Complementary color
Monochromatic Colors of #224B40
Black with #224B40
Text Example
Text Example
White with #224B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B40; }
p { color: rgb(34,75,64); }
H1.HeaderClassName
{
color: #224B40;
}
.AnyTagClassName
{
color: #224B40;
}
</style>
background-color css
<style>
a { background-color: #224B40; }
a { background-color: rgb(34,75,64); }
div.DivClassName
{
background-color: #224B40;
}
.BgClassName
{
background-color: #224B40;
}
</style>
border-color css
<style>
span { border-color: #224B40; }
span { border-color: rgb(34,75,64); }
td.TdClassName
{
border-color: #224B40;
}
.TagClassName
{
border-color: #224B40;
}
</style>