Shades of Te Papa Green #2F4B43
Tints of Te Papa Green #2F4B43
RGB
CMYK
RGB Variations
Color information
#2F4B43 (or 0x2F4B43) is known color: Te Papa Green. HEX triplet: 2F, 4B and 43. RGB value is (47,75,67). Sum of RGB (Red+Green+Blue) = 47+75+67=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B43 is #D0B4BC. Grayscale: #414141. Windows color (decimal): -13677757 or 4410159. OLE color: 4410159.
HSL color Cylindrical-coordinate representation of color #2F4B43: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F4B43 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 67 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.71 |
| HSL | 162.86º | 0.23% | 0.24% | - |
| HSV(B) | 162.86º | 0.37% | 0.29% | - |
| XYZ | 4.7 | 6.04 | 6.23 | - |
| YUV | 65.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 67 | 0.37 | 0 | 0.11 | 0.71 | 162.86 | 0.23 | 0.24 |
| Hex | 2F | 4B | 43 | 25 | 0 | B | 47 | A3 | 17 | 18 |
| Octal | 57 | 113 | 103 | 45 | 0 | 13 | 107 | 243 | 27 | 30 |
| Binary | 101111 | 1001011 | 1000011 | 100101 | 0 | 1011 | 1000111 | 10100011 | 10111 | 11000 |
Color Harmonies of #2F4B43
Complementary color
Monochromatic Colors of #2F4B43
Black with #2F4B43
Text Example
Text Example
White with #2F4B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B43; }
p { color: rgb(47,75,67); }
H1.HeaderClassName
{
color: #2F4B43;
}
.AnyTagClassName
{
color: #2F4B43;
}
</style>
background-color css
<style>
a { background-color: #2F4B43; }
a { background-color: rgb(47,75,67); }
div.DivClassName
{
background-color: #2F4B43;
}
.BgClassName
{
background-color: #2F4B43;
}
</style>
border-color css
<style>
span { border-color: #2F4B43; }
span { border-color: rgb(47,75,67); }
td.TdClassName
{
border-color: #2F4B43;
}
.TagClassName
{
border-color: #2F4B43;
}
</style>