Shades of Te Papa Green #2C493F
Tints of Te Papa Green #2C493F
RGB
CMYK
RGB Variations
Color information
#2C493F (or 0x2C493F) is known color: Te Papa Green. HEX triplet: 2C, 49 and 3F. RGB value is (44,73,63). Sum of RGB (Red+Green+Blue) = 44+73+63=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #2C493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C493F is #D3B6C0. Grayscale: #3F3F3F. Windows color (decimal): -13874881 or 4147500. OLE color: 4147500.
HSL color Cylindrical-coordinate representation of color #2C493F: hue angle of 159.31º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C493F is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 73 | 63 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.71 |
| HSL | 159.31º | 0.25% | 0.23% | - |
| HSV(B) | 159.31º | 0.4% | 0.29% | - |
| XYZ | 4.32 | 5.66 | 5.57 | - |
| YUV | 63.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 63 | 0.40 | 0 | 0.14 | 0.71 | 159.31 | 0.25 | 0.23 |
| Hex | 2C | 49 | 3F | 28 | 0 | E | 47 | 9F | 19 | 17 |
| Octal | 54 | 111 | 77 | 50 | 0 | 16 | 107 | 237 | 31 | 27 |
| Binary | 101100 | 1001001 | 111111 | 101000 | 0 | 1110 | 1000111 | 10011111 | 11001 | 10111 |
Color Harmonies of #2C493F
Complementary color
Monochromatic Colors of #2C493F
Black with #2C493F
Text Example
Text Example
White with #2C493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C493F; }
p { color: rgb(44,73,63); }
H1.HeaderClassName
{
color: #2C493F;
}
.AnyTagClassName
{
color: #2C493F;
}
</style>
background-color css
<style>
a { background-color: #2C493F; }
a { background-color: rgb(44,73,63); }
div.DivClassName
{
background-color: #2C493F;
}
.BgClassName
{
background-color: #2C493F;
}
</style>
border-color css
<style>
span { border-color: #2C493F; }
span { border-color: rgb(44,73,63); }
td.TdClassName
{
border-color: #2C493F;
}
.TagClassName
{
border-color: #2C493F;
}
</style>