Shades of Te Papa Green #2F4F40
Tints of Te Papa Green #2F4F40
RGB
CMYK
RGB Variations
Color information
#2F4F40 (or 0x2F4F40) is known color: Te Papa Green. HEX triplet: 2F, 4F and 40. RGB value is (47,79,64). Sum of RGB (Red+Green+Blue) = 47+79+64=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F40 is #D0B0BF. Grayscale: #434343. Windows color (decimal): -13676736 or 4214575. OLE color: 4214575.
HSL color Cylindrical-coordinate representation of color #2F4F40: hue angle of 151.88º 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 #2F4F40 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 79 | 64 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.69 |
| HSL | 151.88º | 0.25% | 0.25% | - |
| HSV(B) | 151.88º | 0.41% | 0.31% | - |
| XYZ | 4.89 | 6.57 | 5.86 | - |
| YUV | 67.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 64 | 0.41 | 0 | 0.19 | 0.69 | 151.88 | 0.25 | 0.25 |
| Hex | 2F | 4F | 40 | 29 | 0 | 13 | 45 | 98 | 19 | 19 |
| Octal | 57 | 117 | 100 | 51 | 0 | 23 | 105 | 230 | 31 | 31 |
| Binary | 101111 | 1001111 | 1000000 | 101001 | 0 | 10011 | 1000101 | 10011000 | 11001 | 11001 |
Color Harmonies of #2F4F40
Complementary color
Monochromatic Colors of #2F4F40
Black with #2F4F40
Text Example
Text Example
White with #2F4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4F40; }
p { color: rgb(47,79,64); }
H1.HeaderClassName
{
color: #2F4F40;
}
.AnyTagClassName
{
color: #2F4F40;
}
</style>
background-color css
<style>
a { background-color: #2F4F40; }
a { background-color: rgb(47,79,64); }
div.DivClassName
{
background-color: #2F4F40;
}
.BgClassName
{
background-color: #2F4F40;
}
</style>
border-color css
<style>
span { border-color: #2F4F40; }
span { border-color: rgb(47,79,64); }
td.TdClassName
{
border-color: #2F4F40;
}
.TagClassName
{
border-color: #2F4F40;
}
</style>