Shades of Te Papa Green #2F5547
Tints of Te Papa Green #2F5547
RGB
CMYK
RGB Variations
Color information
#2F5547 (or 0x2F5547) is known color: Te Papa Green. HEX triplet: 2F, 55 and 47. RGB value is (47,85,71). Sum of RGB (Red+Green+Blue) = 47+85+71=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5547 is #D0AAB8. Grayscale: #484848. Windows color (decimal): -13675193 or 4674863. OLE color: 4674863.
HSL color Cylindrical-coordinate representation of color #2F5547: hue angle of 157.89º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5547 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 71 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.67 |
| HSL | 157.89º | 0.29% | 0.26% | - |
| HSV(B) | 157.89º | 0.45% | 0.33% | - |
| XYZ | 5.56 | 7.56 | 7.13 | - |
| YUV | 72.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 71 | 0.45 | 0 | 0.16 | 0.67 | 157.89 | 0.29 | 0.26 |
| Hex | 2F | 55 | 47 | 2D | 0 | 10 | 43 | 9E | 1D | 1A |
| Octal | 57 | 125 | 107 | 55 | 0 | 20 | 103 | 236 | 35 | 32 |
| Binary | 101111 | 1010101 | 1000111 | 101101 | 0 | 10000 | 1000011 | 10011110 | 11101 | 11010 |
Color Harmonies of #2F5547
Complementary color
Monochromatic Colors of #2F5547
Black with #2F5547
Text Example
Text Example
White with #2F5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5547; }
p { color: rgb(47,85,71); }
H1.HeaderClassName
{
color: #2F5547;
}
.AnyTagClassName
{
color: #2F5547;
}
</style>
background-color css
<style>
a { background-color: #2F5547; }
a { background-color: rgb(47,85,71); }
div.DivClassName
{
background-color: #2F5547;
}
.BgClassName
{
background-color: #2F5547;
}
</style>
border-color css
<style>
span { border-color: #2F5547; }
span { border-color: rgb(47,85,71); }
td.TdClassName
{
border-color: #2F5547;
}
.TagClassName
{
border-color: #2F5547;
}
</style>