Shades of Te Papa Green #2D5146
Tints of Te Papa Green #2D5146
RGB
CMYK
RGB Variations
Color information
#2D5146 (or 0x2D5146) is known color: Te Papa Green. HEX triplet: 2D, 51 and 46. RGB value is (45,81,70). Sum of RGB (Red+Green+Blue) = 45+81+70=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5146 is #D2AEB9. Grayscale: #444444. Windows color (decimal): -13807290 or 4608301. OLE color: 4608301.
HSL color Cylindrical-coordinate representation of color #2D5146: hue angle of 161.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D5146 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 70 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.68 |
| HSL | 161.67º | 0.29% | 0.25% | - |
| HSV(B) | 161.67º | 0.44% | 0.32% | - |
| XYZ | 5.13 | 6.88 | 6.85 | - |
| YUV | 68.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 70 | 0.44 | 0 | 0.14 | 0.68 | 161.67 | 0.29 | 0.25 |
| Hex | 2D | 51 | 46 | 2C | 0 | E | 44 | A2 | 1D | 19 |
| Octal | 55 | 121 | 106 | 54 | 0 | 16 | 104 | 242 | 35 | 31 |
| Binary | 101101 | 1010001 | 1000110 | 101100 | 0 | 1110 | 1000100 | 10100010 | 11101 | 11001 |
Color Harmonies of #2D5146
Complementary color
Monochromatic Colors of #2D5146
Black with #2D5146
Text Example
Text Example
White with #2D5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5146; }
p { color: rgb(45,81,70); }
H1.HeaderClassName
{
color: #2D5146;
}
.AnyTagClassName
{
color: #2D5146;
}
</style>
background-color css
<style>
a { background-color: #2D5146; }
a { background-color: rgb(45,81,70); }
div.DivClassName
{
background-color: #2D5146;
}
.BgClassName
{
background-color: #2D5146;
}
</style>
border-color css
<style>
span { border-color: #2D5146; }
span { border-color: rgb(45,81,70); }
td.TdClassName
{
border-color: #2D5146;
}
.TagClassName
{
border-color: #2D5146;
}
</style>