Shades of Te Papa Green #2F4C41
Tints of Te Papa Green #2F4C41
RGB
CMYK
RGB Variations
Color information
#2F4C41 (or 0x2F4C41) is known color: Te Papa Green. HEX triplet: 2F, 4C and 41. RGB value is (47,76,65). Sum of RGB (Red+Green+Blue) = 47+76+65=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C41 is #D0B3BE. Grayscale: #424242. Windows color (decimal): -13677503 or 4279343. OLE color: 4279343.
HSL color Cylindrical-coordinate representation of color #2F4C41: hue angle of 157.24º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F4C41 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 76 | 65 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.70 |
| HSL | 157.24º | 0.24% | 0.24% | - |
| HSV(B) | 157.24º | 0.38% | 0.3% | - |
| XYZ | 4.71 | 6.15 | 5.94 | - |
| YUV | 66.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 65 | 0.38 | 0 | 0.14 | 0.70 | 157.24 | 0.24 | 0.24 |
| Hex | 2F | 4C | 41 | 26 | 0 | E | 46 | 9D | 18 | 18 |
| Octal | 57 | 114 | 101 | 46 | 0 | 16 | 106 | 235 | 30 | 30 |
| Binary | 101111 | 1001100 | 1000001 | 100110 | 0 | 1110 | 1000110 | 10011101 | 11000 | 11000 |
Color Harmonies of #2F4C41
Complementary color
Monochromatic Colors of #2F4C41
Black with #2F4C41
Text Example
Text Example
White with #2F4C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4C41; }
p { color: rgb(47,76,65); }
H1.HeaderClassName
{
color: #2F4C41;
}
.AnyTagClassName
{
color: #2F4C41;
}
</style>
background-color css
<style>
a { background-color: #2F4C41; }
a { background-color: rgb(47,76,65); }
div.DivClassName
{
background-color: #2F4C41;
}
.BgClassName
{
background-color: #2F4C41;
}
</style>
border-color css
<style>
span { border-color: #2F4C41; }
span { border-color: rgb(47,76,65); }
td.TdClassName
{
border-color: #2F4C41;
}
.TagClassName
{
border-color: #2F4C41;
}
</style>