Shades of Te Papa Green #2F544A
Tints of Te Papa Green #2F544A
RGB
CMYK
RGB Variations
Color information
#2F544A (or 0x2F544A) is known color: Te Papa Green. HEX triplet: 2F, 54 and 4A. RGB value is (47,84,74). Sum of RGB (Red+Green+Blue) = 47+84+74=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #2F544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F544A is #D0ABB5. Grayscale: #474747. Windows color (decimal): -13675446 or 4871215. OLE color: 4871215.
HSL color Cylindrical-coordinate representation of color #2F544A: hue angle of 163.78º 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 #2F544A is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 74 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.67 |
| HSL | 163.78º | 0.28% | 0.26% | - |
| HSV(B) | 163.78º | 0.44% | 0.33% | - |
| XYZ | 5.58 | 7.44 | 7.62 | - |
| YUV | 71.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 74 | 0.44 | 0 | 0.12 | 0.67 | 163.78 | 0.28 | 0.26 |
| Hex | 2F | 54 | 4A | 2C | 0 | C | 43 | A4 | 1C | 1A |
| Octal | 57 | 124 | 112 | 54 | 0 | 14 | 103 | 244 | 34 | 32 |
| Binary | 101111 | 1010100 | 1001010 | 101100 | 0 | 1100 | 1000011 | 10100100 | 11100 | 11010 |
Color Harmonies of #2F544A
Complementary color
Monochromatic Colors of #2F544A
Black with #2F544A
Text Example
Text Example
White with #2F544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F544A; }
p { color: rgb(47,84,74); }
H1.HeaderClassName
{
color: #2F544A;
}
.AnyTagClassName
{
color: #2F544A;
}
</style>
background-color css
<style>
a { background-color: #2F544A; }
a { background-color: rgb(47,84,74); }
div.DivClassName
{
background-color: #2F544A;
}
.BgClassName
{
background-color: #2F544A;
}
</style>
border-color css
<style>
span { border-color: #2F544A; }
span { border-color: rgb(47,84,74); }
td.TdClassName
{
border-color: #2F544A;
}
.TagClassName
{
border-color: #2F544A;
}
</style>