Shades of Te Papa Green #214B40
Tints of Te Papa Green #214B40
RGB
CMYK
RGB Variations
Color information
#214B40 (or 0x214B40) is known color: Te Papa Green. HEX triplet: 21, 4B and 40. RGB value is (33,75,64). Sum of RGB (Red+Green+Blue) = 33+75+64=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #214B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B40 is #DEB4BF. Grayscale: #3D3D3D. Windows color (decimal): -14595264 or 4213537. OLE color: 4213537.
HSL color Cylindrical-coordinate representation of color #214B40: hue angle of 164.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B40 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 64 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.71 |
| HSL | 164.29º | 0.39% | 0.21% | - |
| HSV(B) | 164.29º | 0.56% | 0.29% | - |
| XYZ | 4.07 | 5.73 | 5.74 | - |
| YUV | 61.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 64 | 0.56 | 0 | 0.15 | 0.71 | 164.29 | 0.39 | 0.21 |
| Hex | 21 | 4B | 40 | 38 | 0 | F | 47 | A4 | 27 | 15 |
| Octal | 41 | 113 | 100 | 70 | 0 | 17 | 107 | 244 | 47 | 25 |
| Binary | 100001 | 1001011 | 1000000 | 111000 | 0 | 1111 | 1000111 | 10100100 | 100111 | 10101 |
Color Harmonies of #214B40
Complementary color
Monochromatic Colors of #214B40
Black with #214B40
Text Example
Text Example
White with #214B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B40; }
p { color: rgb(33,75,64); }
H1.HeaderClassName
{
color: #214B40;
}
.AnyTagClassName
{
color: #214B40;
}
</style>
background-color css
<style>
a { background-color: #214B40; }
a { background-color: rgb(33,75,64); }
div.DivClassName
{
background-color: #214B40;
}
.BgClassName
{
background-color: #214B40;
}
</style>
border-color css
<style>
span { border-color: #214B40; }
span { border-color: rgb(33,75,64); }
td.TdClassName
{
border-color: #214B40;
}
.TagClassName
{
border-color: #214B40;
}
</style>