Shades of Te Papa Green #1E5544
Tints of Te Papa Green #1E5544
RGB
CMYK
RGB Variations
Color information
#1E5544 (or 0x1E5544) is known color: Te Papa Green. HEX triplet: 1E, 55 and 44. RGB value is (30,85,68). Sum of RGB (Red+Green+Blue) = 30+85+68=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5544 is #E1AABB. Grayscale: #424242. Windows color (decimal): -14789308 or 4478238. OLE color: 4478238.
HSL color Cylindrical-coordinate representation of color #1E5544: hue angle of 161.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5544 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 68 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.67 |
| HSL | 161.45º | 0.48% | 0.23% | - |
| HSV(B) | 161.45º | 0.65% | 0.33% | - |
| XYZ | 4.83 | 7.19 | 6.6 | - |
| YUV | 66.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 68 | 0.65 | 0 | 0.20 | 0.67 | 161.45 | 0.48 | 0.23 |
| Hex | 1E | 55 | 44 | 41 | 0 | 14 | 43 | A1 | 30 | 17 |
| Octal | 36 | 125 | 104 | 101 | 0 | 24 | 103 | 241 | 60 | 27 |
| Binary | 11110 | 1010101 | 1000100 | 1000001 | 0 | 10100 | 1000011 | 10100001 | 110000 | 10111 |
Color Harmonies of #1E5544
Complementary color
Monochromatic Colors of #1E5544
Black with #1E5544
Text Example
Text Example
White with #1E5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5544; }
p { color: rgb(30,85,68); }
H1.HeaderClassName
{
color: #1E5544;
}
.AnyTagClassName
{
color: #1E5544;
}
</style>
background-color css
<style>
a { background-color: #1E5544; }
a { background-color: rgb(30,85,68); }
div.DivClassName
{
background-color: #1E5544;
}
.BgClassName
{
background-color: #1E5544;
}
</style>
border-color css
<style>
span { border-color: #1E5544; }
span { border-color: rgb(30,85,68); }
td.TdClassName
{
border-color: #1E5544;
}
.TagClassName
{
border-color: #1E5544;
}
</style>