Shades of Te Papa Green #2F433D
Tints of Te Papa Green #2F433D
RGB
CMYK
RGB Variations
Color information
#2F433D (or 0x2F433D) is known color: Te Papa Green. HEX triplet: 2F, 43 and 3D. RGB value is (47,67,61). Sum of RGB (Red+Green+Blue) = 47+67+61=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #2F433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F433D is #D0BCC2. Grayscale: #3C3C3C. Windows color (decimal): -13679811 or 4014895. OLE color: 4014895.
HSL color Cylindrical-coordinate representation of color #2F433D: hue angle of 162º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F433D is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 61 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.74 |
| HSL | 162º | 0.18% | 0.22% | - |
| HSV(B) | 162º | 0.3% | 0.26% | - |
| XYZ | 4.02 | 4.96 | 5.16 | - |
| YUV | 60.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 61 | 0.30 | 0 | 0.09 | 0.74 | 162 | 0.18 | 0.22 |
| Hex | 2F | 43 | 3D | 1E | 0 | 9 | 4A | A2 | 12 | 16 |
| Octal | 57 | 103 | 75 | 36 | 0 | 11 | 112 | 242 | 22 | 26 |
| Binary | 101111 | 1000011 | 111101 | 11110 | 0 | 1001 | 1001010 | 10100010 | 10010 | 10110 |
Color Harmonies of #2F433D
Complementary color
Monochromatic Colors of #2F433D
Black with #2F433D
Text Example
Text Example
White with #2F433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F433D; }
p { color: rgb(47,67,61); }
H1.HeaderClassName
{
color: #2F433D;
}
.AnyTagClassName
{
color: #2F433D;
}
</style>
background-color css
<style>
a { background-color: #2F433D; }
a { background-color: rgb(47,67,61); }
div.DivClassName
{
background-color: #2F433D;
}
.BgClassName
{
background-color: #2F433D;
}
</style>
border-color css
<style>
span { border-color: #2F433D; }
span { border-color: rgb(47,67,61); }
td.TdClassName
{
border-color: #2F433D;
}
.TagClassName
{
border-color: #2F433D;
}
</style>