Shades of Te Papa Green #2F463E
Tints of Te Papa Green #2F463E
RGB
CMYK
RGB Variations
Color information
#2F463E (or 0x2F463E) is known color: Te Papa Green. HEX triplet: 2F, 46 and 3E. RGB value is (47,70,62). Sum of RGB (Red+Green+Blue) = 47+70+62=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #2F463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F463E is #D0B9C1. Grayscale: #3E3E3E. Windows color (decimal): -13679042 or 4081199. OLE color: 4081199.
HSL color Cylindrical-coordinate representation of color #2F463E: hue angle of 159.13º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F463E is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 62 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.73 |
| HSL | 159.13º | 0.2% | 0.23% | - |
| HSV(B) | 159.13º | 0.33% | 0.27% | - |
| XYZ | 4.23 | 5.33 | 5.36 | - |
| YUV | 62.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 62 | 0.33 | 0 | 0.11 | 0.73 | 159.13 | 0.2 | 0.23 |
| Hex | 2F | 46 | 3E | 21 | 0 | B | 49 | 9F | 14 | 17 |
| Octal | 57 | 106 | 76 | 41 | 0 | 13 | 111 | 237 | 24 | 27 |
| Binary | 101111 | 1000110 | 111110 | 100001 | 0 | 1011 | 1001001 | 10011111 | 10100 | 10111 |
Color Harmonies of #2F463E
Complementary color
Monochromatic Colors of #2F463E
Black with #2F463E
Text Example
Text Example
White with #2F463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F463E; }
p { color: rgb(47,70,62); }
H1.HeaderClassName
{
color: #2F463E;
}
.AnyTagClassName
{
color: #2F463E;
}
</style>
background-color css
<style>
a { background-color: #2F463E; }
a { background-color: rgb(47,70,62); }
div.DivClassName
{
background-color: #2F463E;
}
.BgClassName
{
background-color: #2F463E;
}
</style>
border-color css
<style>
span { border-color: #2F463E; }
span { border-color: rgb(47,70,62); }
td.TdClassName
{
border-color: #2F463E;
}
.TagClassName
{
border-color: #2F463E;
}
</style>