Shades of Te Papa Green #2F5443
Tints of Te Papa Green #2F5443
RGB
CMYK
RGB Variations
Color information
#2F5443 (or 0x2F5443) is known color: Te Papa Green. HEX triplet: 2F, 54 and 43. RGB value is (47,84,67). Sum of RGB (Red+Green+Blue) = 47+84+67=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5443 is #D0ABBC. Grayscale: #474747. Windows color (decimal): -13675453 or 4412463. OLE color: 4412463.
HSL color Cylindrical-coordinate representation of color #2F5443: hue angle of 152.43º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F5443 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 67 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.67 |
| HSL | 152.43º | 0.28% | 0.26% | - |
| HSV(B) | 152.43º | 0.44% | 0.33% | - |
| XYZ | 5.36 | 7.35 | 6.45 | - |
| YUV | 71 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 67 | 0.44 | 0 | 0.20 | 0.67 | 152.43 | 0.28 | 0.26 |
| Hex | 2F | 54 | 43 | 2C | 0 | 14 | 43 | 98 | 1C | 1A |
| Octal | 57 | 124 | 103 | 54 | 0 | 24 | 103 | 230 | 34 | 32 |
| Binary | 101111 | 1010100 | 1000011 | 101100 | 0 | 10100 | 1000011 | 10011000 | 11100 | 11010 |
Color Harmonies of #2F5443
Complementary color
Monochromatic Colors of #2F5443
Black with #2F5443
Text Example
Text Example
White with #2F5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5443; }
p { color: rgb(47,84,67); }
H1.HeaderClassName
{
color: #2F5443;
}
.AnyTagClassName
{
color: #2F5443;
}
</style>
background-color css
<style>
a { background-color: #2F5443; }
a { background-color: rgb(47,84,67); }
div.DivClassName
{
background-color: #2F5443;
}
.BgClassName
{
background-color: #2F5443;
}
</style>
border-color css
<style>
span { border-color: #2F5443; }
span { border-color: rgb(47,84,67); }
td.TdClassName
{
border-color: #2F5443;
}
.TagClassName
{
border-color: #2F5443;
}
</style>