Shades of Te Papa Green #2D4C44
Tints of Te Papa Green #2D4C44
RGB
CMYK
RGB Variations
Color information
#2D4C44 (or 0x2D4C44) is known color: Te Papa Green. HEX triplet: 2D, 4C and 44. RGB value is (45,76,68). Sum of RGB (Red+Green+Blue) = 45+76+68=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #2D4C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4C44 is #D2B3BB. Grayscale: #414141. Windows color (decimal): -13808572 or 4475949. OLE color: 4475949.
HSL color Cylindrical-coordinate representation of color #2D4C44: hue angle of 164.52º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D4C44 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 76 | 68 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.70 |
| HSL | 164.52º | 0.26% | 0.24% | - |
| HSV(B) | 164.52º | 0.41% | 0.3% | - |
| XYZ | 4.71 | 6.14 | 6.41 | - |
| YUV | 65.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 68 | 0.41 | 0 | 0.11 | 0.70 | 164.52 | 0.26 | 0.24 |
| Hex | 2D | 4C | 44 | 29 | 0 | B | 46 | A5 | 1A | 18 |
| Octal | 55 | 114 | 104 | 51 | 0 | 13 | 106 | 245 | 32 | 30 |
| Binary | 101101 | 1001100 | 1000100 | 101001 | 0 | 1011 | 1000110 | 10100101 | 11010 | 11000 |
Color Harmonies of #2D4C44
Complementary color
Monochromatic Colors of #2D4C44
Black with #2D4C44
Text Example
Text Example
White with #2D4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4C44; }
p { color: rgb(45,76,68); }
H1.HeaderClassName
{
color: #2D4C44;
}
.AnyTagClassName
{
color: #2D4C44;
}
</style>
background-color css
<style>
a { background-color: #2D4C44; }
a { background-color: rgb(45,76,68); }
div.DivClassName
{
background-color: #2D4C44;
}
.BgClassName
{
background-color: #2D4C44;
}
</style>
border-color css
<style>
span { border-color: #2D4C44; }
span { border-color: rgb(45,76,68); }
td.TdClassName
{
border-color: #2D4C44;
}
.TagClassName
{
border-color: #2D4C44;
}
</style>