Shades of Te Papa Green #2D4A40
Tints of Te Papa Green #2D4A40
RGB
CMYK
RGB Variations
Color information
#2D4A40 (or 0x2D4A40) is known color: Te Papa Green. HEX triplet: 2D, 4A and 40. RGB value is (45,74,64). Sum of RGB (Red+Green+Blue) = 45+74+64=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A40 is #D2B5BF. Grayscale: #404040. Windows color (decimal): -13809088 or 4213293. OLE color: 4213293.
HSL color Cylindrical-coordinate representation of color #2D4A40: hue angle of 159.31º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D4A40 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 64 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.71 |
| HSL | 159.31º | 0.24% | 0.23% | - |
| HSV(B) | 159.31º | 0.39% | 0.29% | - |
| XYZ | 4.46 | 5.83 | 5.74 | - |
| YUV | 64.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 64 | 0.39 | 0 | 0.14 | 0.71 | 159.31 | 0.24 | 0.23 |
| Hex | 2D | 4A | 40 | 27 | 0 | E | 47 | 9F | 18 | 17 |
| Octal | 55 | 112 | 100 | 47 | 0 | 16 | 107 | 237 | 30 | 27 |
| Binary | 101101 | 1001010 | 1000000 | 100111 | 0 | 1110 | 1000111 | 10011111 | 11000 | 10111 |
Color Harmonies of #2D4A40
Complementary color
Monochromatic Colors of #2D4A40
Black with #2D4A40
Text Example
Text Example
White with #2D4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A40; }
p { color: rgb(45,74,64); }
H1.HeaderClassName
{
color: #2D4A40;
}
.AnyTagClassName
{
color: #2D4A40;
}
</style>
background-color css
<style>
a { background-color: #2D4A40; }
a { background-color: rgb(45,74,64); }
div.DivClassName
{
background-color: #2D4A40;
}
.BgClassName
{
background-color: #2D4A40;
}
</style>
border-color css
<style>
span { border-color: #2D4A40; }
span { border-color: rgb(45,74,64); }
td.TdClassName
{
border-color: #2D4A40;
}
.TagClassName
{
border-color: #2D4A40;
}
</style>