Shades of Te Papa Green #2F5449
Tints of Te Papa Green #2F5449
RGB
CMYK
RGB Variations
Color information
#2F5449 (or 0x2F5449) is known color: Te Papa Green. HEX triplet: 2F, 54 and 49. RGB value is (47,84,73). Sum of RGB (Red+Green+Blue) = 47+84+73=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5449 is #D0ABB6. Grayscale: #474747. Windows color (decimal): -13675447 or 4805679. OLE color: 4805679.
HSL color Cylindrical-coordinate representation of color #2F5449: hue angle of 162.16º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F5449 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 73 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.67 |
| HSL | 162.16º | 0.28% | 0.26% | - |
| HSV(B) | 162.16º | 0.44% | 0.33% | - |
| XYZ | 5.55 | 7.43 | 7.44 | - |
| YUV | 71.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 73 | 0.44 | 0 | 0.13 | 0.67 | 162.16 | 0.28 | 0.26 |
| Hex | 2F | 54 | 49 | 2C | 0 | D | 43 | A2 | 1C | 1A |
| Octal | 57 | 124 | 111 | 54 | 0 | 15 | 103 | 242 | 34 | 32 |
| Binary | 101111 | 1010100 | 1001001 | 101100 | 0 | 1101 | 1000011 | 10100010 | 11100 | 11010 |
Color Harmonies of #2F5449
Complementary color
Monochromatic Colors of #2F5449
Black with #2F5449
Text Example
Text Example
White with #2F5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5449; }
p { color: rgb(47,84,73); }
H1.HeaderClassName
{
color: #2F5449;
}
.AnyTagClassName
{
color: #2F5449;
}
</style>
background-color css
<style>
a { background-color: #2F5449; }
a { background-color: rgb(47,84,73); }
div.DivClassName
{
background-color: #2F5449;
}
.BgClassName
{
background-color: #2F5449;
}
</style>
border-color css
<style>
span { border-color: #2F5449; }
span { border-color: rgb(47,84,73); }
td.TdClassName
{
border-color: #2F5449;
}
.TagClassName
{
border-color: #2F5449;
}
</style>