Shades of Te Papa Green #1E5441
Tints of Te Papa Green #1E5441
RGB
CMYK
RGB Variations
Color information
#1E5441 (or 0x1E5441) is known color: Te Papa Green. HEX triplet: 1E, 54 and 41. RGB value is (30,84,65). Sum of RGB (Red+Green+Blue) = 30+84+65=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #1E5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5441 is #E1ABBE. Grayscale: #414141. Windows color (decimal): -14789567 or 4281374. OLE color: 4281374.
HSL color Cylindrical-coordinate representation of color #1E5441: hue angle of 158.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E5441 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 65 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.67 |
| HSL | 158.89º | 0.47% | 0.22% | - |
| HSV(B) | 158.89º | 0.64% | 0.33% | - |
| XYZ | 4.66 | 7 | 6.11 | - |
| YUV | 65.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 65 | 0.64 | 0 | 0.23 | 0.67 | 158.89 | 0.47 | 0.22 |
| Hex | 1E | 54 | 41 | 40 | 0 | 17 | 43 | 9F | 2F | 16 |
| Octal | 36 | 124 | 101 | 100 | 0 | 27 | 103 | 237 | 57 | 26 |
| Binary | 11110 | 1010100 | 1000001 | 1000000 | 0 | 10111 | 1000011 | 10011111 | 101111 | 10110 |
Color Harmonies of #1E5441
Complementary color
Monochromatic Colors of #1E5441
Black with #1E5441
Text Example
Text Example
White with #1E5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5441; }
p { color: rgb(30,84,65); }
H1.HeaderClassName
{
color: #1E5441;
}
.AnyTagClassName
{
color: #1E5441;
}
</style>
background-color css
<style>
a { background-color: #1E5441; }
a { background-color: rgb(30,84,65); }
div.DivClassName
{
background-color: #1E5441;
}
.BgClassName
{
background-color: #1E5441;
}
</style>
border-color css
<style>
span { border-color: #1E5441; }
span { border-color: rgb(30,84,65); }
td.TdClassName
{
border-color: #1E5441;
}
.TagClassName
{
border-color: #1E5441;
}
</style>