Shades of Te Papa Green #2D493D
Tints of Te Papa Green #2D493D
RGB
CMYK
RGB Variations
Color information
#2D493D (or 0x2D493D) is known color: Te Papa Green. HEX triplet: 2D, 49 and 3D. RGB value is (45,73,61). Sum of RGB (Red+Green+Blue) = 45+73+61=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #2D493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D493D is #D2B6C2. Grayscale: #3F3F3F. Windows color (decimal): -13809347 or 4016429. OLE color: 4016429.
HSL color Cylindrical-coordinate representation of color #2D493D: hue angle of 154.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D493D is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 61 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.71 |
| HSL | 154.29º | 0.24% | 0.23% | - |
| HSV(B) | 154.29º | 0.38% | 0.29% | - |
| XYZ | 4.31 | 5.66 | 5.28 | - |
| YUV | 63.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 61 | 0.38 | 0 | 0.16 | 0.71 | 154.29 | 0.24 | 0.23 |
| Hex | 2D | 49 | 3D | 26 | 0 | 10 | 47 | 9A | 18 | 17 |
| Octal | 55 | 111 | 75 | 46 | 0 | 20 | 107 | 232 | 30 | 27 |
| Binary | 101101 | 1001001 | 111101 | 100110 | 0 | 10000 | 1000111 | 10011010 | 11000 | 10111 |
Color Harmonies of #2D493D
Complementary color
Monochromatic Colors of #2D493D
Black with #2D493D
Text Example
Text Example
White with #2D493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D493D; }
p { color: rgb(45,73,61); }
H1.HeaderClassName
{
color: #2D493D;
}
.AnyTagClassName
{
color: #2D493D;
}
</style>
background-color css
<style>
a { background-color: #2D493D; }
a { background-color: rgb(45,73,61); }
div.DivClassName
{
background-color: #2D493D;
}
.BgClassName
{
background-color: #2D493D;
}
</style>
border-color css
<style>
span { border-color: #2D493D; }
span { border-color: rgb(45,73,61); }
td.TdClassName
{
border-color: #2D493D;
}
.TagClassName
{
border-color: #2D493D;
}
</style>