Shades of Te Papa Green #2F413B
Tints of Te Papa Green #2F413B
RGB
CMYK
RGB Variations
Color information
#2F413B (or 0x2F413B) is known color: Te Papa Green. HEX triplet: 2F, 41 and 3B. RGB value is (47,65,59). Sum of RGB (Red+Green+Blue) = 47+65+59=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #2F413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F413B is #D0BEC4. Grayscale: #3A3A3A. Windows color (decimal): -13680325 or 3883311. OLE color: 3883311.
HSL color Cylindrical-coordinate representation of color #2F413B: hue angle of 160º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F413B is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 59 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.75 |
| HSL | 160º | 0.16% | 0.22% | - |
| HSV(B) | 160º | 0.28% | 0.25% | - |
| XYZ | 3.85 | 4.7 | 4.84 | - |
| YUV | 58.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 59 | 0.28 | 0 | 0.09 | 0.75 | 160 | 0.16 | 0.22 |
| Hex | 2F | 41 | 3B | 1C | 0 | 9 | 4B | A0 | 10 | 16 |
| Octal | 57 | 101 | 73 | 34 | 0 | 11 | 113 | 240 | 20 | 26 |
| Binary | 101111 | 1000001 | 111011 | 11100 | 0 | 1001 | 1001011 | 10100000 | 10000 | 10110 |
Color Harmonies of #2F413B
Complementary color
Monochromatic Colors of #2F413B
Black with #2F413B
Text Example
Text Example
White with #2F413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F413B; }
p { color: rgb(47,65,59); }
H1.HeaderClassName
{
color: #2F413B;
}
.AnyTagClassName
{
color: #2F413B;
}
</style>
background-color css
<style>
a { background-color: #2F413B; }
a { background-color: rgb(47,65,59); }
div.DivClassName
{
background-color: #2F413B;
}
.BgClassName
{
background-color: #2F413B;
}
</style>
border-color css
<style>
span { border-color: #2F413B; }
span { border-color: rgb(47,65,59); }
td.TdClassName
{
border-color: #2F413B;
}
.TagClassName
{
border-color: #2F413B;
}
</style>