Shades of Te Papa Green #2C5441
Tints of Te Papa Green #2C5441
RGB
CMYK
RGB Variations
Color information
#2C5441 (or 0x2C5441) is known color: Te Papa Green. HEX triplet: 2C, 54 and 41. RGB value is (44,84,65). Sum of RGB (Red+Green+Blue) = 44+84+65=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5441 is #D3ABBE. Grayscale: #454545. Windows color (decimal): -13872063 or 4281388. OLE color: 4281388.
HSL color Cylindrical-coordinate representation of color #2C5441: hue angle of 151.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5441 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 65 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.67 |
| HSL | 151.5º | 0.31% | 0.25% | - |
| HSV(B) | 151.5º | 0.48% | 0.33% | - |
| XYZ | 5.16 | 7.26 | 6.13 | - |
| YUV | 69.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 65 | 0.48 | 0 | 0.23 | 0.67 | 151.5 | 0.31 | 0.25 |
| Hex | 2C | 54 | 41 | 30 | 0 | 17 | 43 | 98 | 1F | 19 |
| Octal | 54 | 124 | 101 | 60 | 0 | 27 | 103 | 230 | 37 | 31 |
| Binary | 101100 | 1010100 | 1000001 | 110000 | 0 | 10111 | 1000011 | 10011000 | 11111 | 11001 |
Color Harmonies of #2C5441
Complementary color
Monochromatic Colors of #2C5441
Black with #2C5441
Text Example
Text Example
White with #2C5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5441; }
p { color: rgb(44,84,65); }
H1.HeaderClassName
{
color: #2C5441;
}
.AnyTagClassName
{
color: #2C5441;
}
</style>
background-color css
<style>
a { background-color: #2C5441; }
a { background-color: rgb(44,84,65); }
div.DivClassName
{
background-color: #2C5441;
}
.BgClassName
{
background-color: #2C5441;
}
</style>
border-color css
<style>
span { border-color: #2C5441; }
span { border-color: rgb(44,84,65); }
td.TdClassName
{
border-color: #2C5441;
}
.TagClassName
{
border-color: #2C5441;
}
</style>