Shades of Te Papa Green #2F5346
Tints of Te Papa Green #2F5346
RGB
CMYK
RGB Variations
Color information
#2F5346 (or 0x2F5346) is known color: Te Papa Green. HEX triplet: 2F, 53 and 46. RGB value is (47,83,70). Sum of RGB (Red+Green+Blue) = 47+83+70=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5346 is #D0ACB9. Grayscale: #464646. Windows color (decimal): -13675706 or 4608815. OLE color: 4608815.
HSL color Cylindrical-coordinate representation of color #2F5346: hue angle of 158.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F5346 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 70 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.67 |
| HSL | 158.33º | 0.28% | 0.25% | - |
| HSV(B) | 158.33º | 0.43% | 0.33% | - |
| XYZ | 5.37 | 7.23 | 6.91 | - |
| YUV | 70.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 70 | 0.43 | 0 | 0.16 | 0.67 | 158.33 | 0.28 | 0.25 |
| Hex | 2F | 53 | 46 | 2B | 0 | 10 | 43 | 9E | 1C | 19 |
| Octal | 57 | 123 | 106 | 53 | 0 | 20 | 103 | 236 | 34 | 31 |
| Binary | 101111 | 1010011 | 1000110 | 101011 | 0 | 10000 | 1000011 | 10011110 | 11100 | 11001 |
Color Harmonies of #2F5346
Complementary color
Monochromatic Colors of #2F5346
Black with #2F5346
Text Example
Text Example
White with #2F5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5346; }
p { color: rgb(47,83,70); }
H1.HeaderClassName
{
color: #2F5346;
}
.AnyTagClassName
{
color: #2F5346;
}
</style>
background-color css
<style>
a { background-color: #2F5346; }
a { background-color: rgb(47,83,70); }
div.DivClassName
{
background-color: #2F5346;
}
.BgClassName
{
background-color: #2F5346;
}
</style>
border-color css
<style>
span { border-color: #2F5346; }
span { border-color: rgb(47,83,70); }
td.TdClassName
{
border-color: #2F5346;
}
.TagClassName
{
border-color: #2F5346;
}
</style>