Shades of Te Papa Green #2D5645
Tints of Te Papa Green #2D5645
RGB
CMYK
RGB Variations
Color information
#2D5645 (or 0x2D5645) is known color: Te Papa Green. HEX triplet: 2D, 56 and 45. RGB value is (45,86,69). Sum of RGB (Red+Green+Blue) = 45+86+69=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5645 is #D2A9BA. Grayscale: #474747. Windows color (decimal): -13806011 or 4544045. OLE color: 4544045.
HSL color Cylindrical-coordinate representation of color #2D5645: hue angle of 155.12º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D5645 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 69 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.66 |
| HSL | 155.12º | 0.31% | 0.26% | - |
| HSV(B) | 155.12º | 0.48% | 0.34% | - |
| XYZ | 5.48 | 7.64 | 6.82 | - |
| YUV | 71.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 69 | 0.48 | 0 | 0.20 | 0.66 | 155.12 | 0.31 | 0.26 |
| Hex | 2D | 56 | 45 | 30 | 0 | 14 | 42 | 9B | 1F | 1A |
| Octal | 55 | 126 | 105 | 60 | 0 | 24 | 102 | 233 | 37 | 32 |
| Binary | 101101 | 1010110 | 1000101 | 110000 | 0 | 10100 | 1000010 | 10011011 | 11111 | 11010 |
Color Harmonies of #2D5645
Complementary color
Monochromatic Colors of #2D5645
Black with #2D5645
Text Example
Text Example
White with #2D5645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5645; }
p { color: rgb(45,86,69); }
H1.HeaderClassName
{
color: #2D5645;
}
.AnyTagClassName
{
color: #2D5645;
}
</style>
background-color css
<style>
a { background-color: #2D5645; }
a { background-color: rgb(45,86,69); }
div.DivClassName
{
background-color: #2D5645;
}
.BgClassName
{
background-color: #2D5645;
}
</style>
border-color css
<style>
span { border-color: #2D5645; }
span { border-color: rgb(45,86,69); }
td.TdClassName
{
border-color: #2D5645;
}
.TagClassName
{
border-color: #2D5645;
}
</style>