Shades of Te Papa Green #2F463D
Tints of Te Papa Green #2F463D
RGB
CMYK
RGB Variations
Color information
#2F463D (or 0x2F463D) is known color: Te Papa Green. HEX triplet: 2F, 46 and 3D. RGB value is (47,70,61). Sum of RGB (Red+Green+Blue) = 47+70+61=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #2F463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F463D is #D0B9C2. Grayscale: #3E3E3E. Windows color (decimal): -13679043 or 4015663. OLE color: 4015663.
HSL color Cylindrical-coordinate representation of color #2F463D: hue angle of 156.52º 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 #2F463D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 61 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.73 |
| HSL | 156.52º | 0.2% | 0.23% | - |
| HSV(B) | 156.52º | 0.33% | 0.27% | - |
| XYZ | 4.2 | 5.32 | 5.22 | - |
| YUV | 62.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 61 | 0.33 | 0 | 0.13 | 0.73 | 156.52 | 0.2 | 0.23 |
| Hex | 2F | 46 | 3D | 21 | 0 | D | 49 | 9D | 14 | 17 |
| Octal | 57 | 106 | 75 | 41 | 0 | 15 | 111 | 235 | 24 | 27 |
| Binary | 101111 | 1000110 | 111101 | 100001 | 0 | 1101 | 1001001 | 10011101 | 10100 | 10111 |
Color Harmonies of #2F463D
Complementary color
Monochromatic Colors of #2F463D
Black with #2F463D
Text Example
Text Example
White with #2F463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F463D; }
p { color: rgb(47,70,61); }
H1.HeaderClassName
{
color: #2F463D;
}
.AnyTagClassName
{
color: #2F463D;
}
</style>
background-color css
<style>
a { background-color: #2F463D; }
a { background-color: rgb(47,70,61); }
div.DivClassName
{
background-color: #2F463D;
}
.BgClassName
{
background-color: #2F463D;
}
</style>
border-color css
<style>
span { border-color: #2F463D; }
span { border-color: rgb(47,70,61); }
td.TdClassName
{
border-color: #2F463D;
}
.TagClassName
{
border-color: #2F463D;
}
</style>