Shades of Te Papa Green #1C5441
Tints of Te Papa Green #1C5441
RGB
CMYK
RGB Variations
Color information
#1C5441 (or 0x1C5441) is known color: Te Papa Green. HEX triplet: 1C, 54 and 41. RGB value is (28,84,65). Sum of RGB (Red+Green+Blue) = 28+84+65=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5441 is #E3ABBE. Grayscale: #414141. Windows color (decimal): -14920639 or 4281372. OLE color: 4281372.
HSL color Cylindrical-coordinate representation of color #1C5441: hue angle of 159.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5441 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 84 | 65 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.67 |
| HSL | 159.64º | 0.5% | 0.22% | - |
| HSV(B) | 159.64º | 0.67% | 0.33% | - |
| XYZ | 4.6 | 6.97 | 6.1 | - |
| YUV | 65.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 65 | 0.67 | 0 | 0.23 | 0.67 | 159.64 | 0.5 | 0.22 |
| Hex | 1C | 54 | 41 | 43 | 0 | 17 | 43 | A0 | 32 | 16 |
| Octal | 34 | 124 | 101 | 103 | 0 | 27 | 103 | 240 | 62 | 26 |
| Binary | 11100 | 1010100 | 1000001 | 1000011 | 0 | 10111 | 1000011 | 10100000 | 110010 | 10110 |
Color Harmonies of #1C5441
Complementary color
Monochromatic Colors of #1C5441
Black with #1C5441
Text Example
Text Example
White with #1C5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5441; }
p { color: rgb(28,84,65); }
H1.HeaderClassName
{
color: #1C5441;
}
.AnyTagClassName
{
color: #1C5441;
}
</style>
background-color css
<style>
a { background-color: #1C5441; }
a { background-color: rgb(28,84,65); }
div.DivClassName
{
background-color: #1C5441;
}
.BgClassName
{
background-color: #1C5441;
}
</style>
border-color css
<style>
span { border-color: #1C5441; }
span { border-color: rgb(28,84,65); }
td.TdClassName
{
border-color: #1C5441;
}
.TagClassName
{
border-color: #1C5441;
}
</style>