Shades of Te Papa Green #2D5248
Tints of Te Papa Green #2D5248
RGB
CMYK
RGB Variations
Color information
#2D5248 (or 0x2D5248) is known color: Te Papa Green. HEX triplet: 2D, 52 and 48. RGB value is (45,82,72). Sum of RGB (Red+Green+Blue) = 45+82+72=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5248 is #D2ADB7. Grayscale: #454545. Windows color (decimal): -13807032 or 4739629. OLE color: 4739629.
HSL color Cylindrical-coordinate representation of color #2D5248: hue angle of 163.78º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D5248 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 72 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.68 |
| HSL | 163.78º | 0.29% | 0.25% | - |
| HSV(B) | 163.78º | 0.45% | 0.32% | - |
| XYZ | 5.27 | 7.06 | 7.22 | - |
| YUV | 69.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 72 | 0.45 | 0 | 0.12 | 0.68 | 163.78 | 0.29 | 0.25 |
| Hex | 2D | 52 | 48 | 2D | 0 | C | 44 | A4 | 1D | 19 |
| Octal | 55 | 122 | 110 | 55 | 0 | 14 | 104 | 244 | 35 | 31 |
| Binary | 101101 | 1010010 | 1001000 | 101101 | 0 | 1100 | 1000100 | 10100100 | 11101 | 11001 |
Color Harmonies of #2D5248
Complementary color
Monochromatic Colors of #2D5248
Black with #2D5248
Text Example
Text Example
White with #2D5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5248; }
p { color: rgb(45,82,72); }
H1.HeaderClassName
{
color: #2D5248;
}
.AnyTagClassName
{
color: #2D5248;
}
</style>
background-color css
<style>
a { background-color: #2D5248; }
a { background-color: rgb(45,82,72); }
div.DivClassName
{
background-color: #2D5248;
}
.BgClassName
{
background-color: #2D5248;
}
</style>
border-color css
<style>
span { border-color: #2D5248; }
span { border-color: rgb(45,82,72); }
td.TdClassName
{
border-color: #2D5248;
}
.TagClassName
{
border-color: #2D5248;
}
</style>