Shades of Te Papa Green #2F4F47
Tints of Te Papa Green #2F4F47
RGB
CMYK
RGB Variations
Color information
#2F4F47 (or 0x2F4F47) is known color: Te Papa Green. HEX triplet: 2F, 4F and 47. RGB value is (47,79,71). Sum of RGB (Red+Green+Blue) = 47+79+71=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F47 is #D0B0B8. Grayscale: #444444. Windows color (decimal): -13676729 or 4673327. OLE color: 4673327.
HSL color Cylindrical-coordinate representation of color #2F4F47: hue angle of 165º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4F47 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 79 | 71 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.69 |
| HSL | 165º | 0.25% | 0.25% | - |
| HSV(B) | 165º | 0.41% | 0.31% | - |
| XYZ | 5.11 | 6.65 | 6.98 | - |
| YUV | 68.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 71 | 0.41 | 0 | 0.10 | 0.69 | 165 | 0.25 | 0.25 |
| Hex | 2F | 4F | 47 | 29 | 0 | A | 45 | A5 | 19 | 19 |
| Octal | 57 | 117 | 107 | 51 | 0 | 12 | 105 | 245 | 31 | 31 |
| Binary | 101111 | 1001111 | 1000111 | 101001 | 0 | 1010 | 1000101 | 10100101 | 11001 | 11001 |
Color Harmonies of #2F4F47
Complementary color
Monochromatic Colors of #2F4F47
Black with #2F4F47
Text Example
Text Example
White with #2F4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4F47; }
p { color: rgb(47,79,71); }
H1.HeaderClassName
{
color: #2F4F47;
}
.AnyTagClassName
{
color: #2F4F47;
}
</style>
background-color css
<style>
a { background-color: #2F4F47; }
a { background-color: rgb(47,79,71); }
div.DivClassName
{
background-color: #2F4F47;
}
.BgClassName
{
background-color: #2F4F47;
}
</style>
border-color css
<style>
span { border-color: #2F4F47; }
span { border-color: rgb(47,79,71); }
td.TdClassName
{
border-color: #2F4F47;
}
.TagClassName
{
border-color: #2F4F47;
}
</style>