Shades of Te Papa Green #2D5241
Tints of Te Papa Green #2D5241
RGB
CMYK
RGB Variations
Color information
#2D5241 (or 0x2D5241) is known color: Te Papa Green. HEX triplet: 2D, 52 and 41. RGB value is (45,82,65). Sum of RGB (Red+Green+Blue) = 45+82+65=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5241 is #D2ADBE. Grayscale: #454545. Windows color (decimal): -13807039 or 4280877. OLE color: 4280877.
HSL color Cylindrical-coordinate representation of color #2D5241: hue angle of 152.43º 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 #2D5241 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 65 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.68 |
| HSL | 152.43º | 0.29% | 0.25% | - |
| HSV(B) | 152.43º | 0.45% | 0.32% | - |
| XYZ | 5.05 | 6.97 | 6.08 | - |
| YUV | 69 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 65 | 0.45 | 0 | 0.21 | 0.68 | 152.43 | 0.29 | 0.25 |
| Hex | 2D | 52 | 41 | 2D | 0 | 15 | 44 | 98 | 1D | 19 |
| Octal | 55 | 122 | 101 | 55 | 0 | 25 | 104 | 230 | 35 | 31 |
| Binary | 101101 | 1010010 | 1000001 | 101101 | 0 | 10101 | 1000100 | 10011000 | 11101 | 11001 |
Color Harmonies of #2D5241
Complementary color
Monochromatic Colors of #2D5241
Black with #2D5241
Text Example
Text Example
White with #2D5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5241; }
p { color: rgb(45,82,65); }
H1.HeaderClassName
{
color: #2D5241;
}
.AnyTagClassName
{
color: #2D5241;
}
</style>
background-color css
<style>
a { background-color: #2D5241; }
a { background-color: rgb(45,82,65); }
div.DivClassName
{
background-color: #2D5241;
}
.BgClassName
{
background-color: #2D5241;
}
</style>
border-color css
<style>
span { border-color: #2D5241; }
span { border-color: rgb(45,82,65); }
td.TdClassName
{
border-color: #2D5241;
}
.TagClassName
{
border-color: #2D5241;
}
</style>