Shades of Te Papa Green #2F4A3F
Tints of Te Papa Green #2F4A3F
RGB
CMYK
RGB Variations
Color information
#2F4A3F (or 0x2F4A3F) is known color: Te Papa Green. HEX triplet: 2F, 4A and 3F. RGB value is (47,74,63). Sum of RGB (Red+Green+Blue) = 47+74+63=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #2F4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4A3F is #D0B5C0. Grayscale: #404040. Windows color (decimal): -13678017 or 4147759. OLE color: 4147759.
HSL color Cylindrical-coordinate representation of color #2F4A3F: hue angle of 155.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4A3F is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 74 | 63 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.71 |
| HSL | 155.56º | 0.22% | 0.24% | - |
| HSV(B) | 155.56º | 0.36% | 0.29% | - |
| XYZ | 4.52 | 5.86 | 5.6 | - |
| YUV | 64.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 74 | 63 | 0.36 | 0 | 0.15 | 0.71 | 155.56 | 0.22 | 0.24 |
| Hex | 2F | 4A | 3F | 24 | 0 | F | 47 | 9C | 16 | 18 |
| Octal | 57 | 112 | 77 | 44 | 0 | 17 | 107 | 234 | 26 | 30 |
| Binary | 101111 | 1001010 | 111111 | 100100 | 0 | 1111 | 1000111 | 10011100 | 10110 | 11000 |
Color Harmonies of #2F4A3F
Complementary color
Monochromatic Colors of #2F4A3F
Black with #2F4A3F
Text Example
Text Example
White with #2F4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4A3F; }
p { color: rgb(47,74,63); }
H1.HeaderClassName
{
color: #2F4A3F;
}
.AnyTagClassName
{
color: #2F4A3F;
}
</style>
background-color css
<style>
a { background-color: #2F4A3F; }
a { background-color: rgb(47,74,63); }
div.DivClassName
{
background-color: #2F4A3F;
}
.BgClassName
{
background-color: #2F4A3F;
}
</style>
border-color css
<style>
span { border-color: #2F4A3F; }
span { border-color: rgb(47,74,63); }
td.TdClassName
{
border-color: #2F4A3F;
}
.TagClassName
{
border-color: #2F4A3F;
}
</style>