Shades of Te Papa Green #1E5541
Tints of Te Papa Green #1E5541
RGB
CMYK
RGB Variations
Color information
#1E5541 (or 0x1E5541) is known color: Te Papa Green. HEX triplet: 1E, 55 and 41. RGB value is (30,85,65). Sum of RGB (Red+Green+Blue) = 30+85+65=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5541 is #E1AABE. Grayscale: #424242. Windows color (decimal): -14789311 or 4281630. OLE color: 4281630.
HSL color Cylindrical-coordinate representation of color #1E5541: hue angle of 158.18º 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 #1E5541 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 65 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.67 |
| HSL | 158.18º | 0.48% | 0.23% | - |
| HSV(B) | 158.18º | 0.65% | 0.33% | - |
| XYZ | 4.74 | 7.15 | 6.13 | - |
| YUV | 66.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 65 | 0.65 | 0 | 0.24 | 0.67 | 158.18 | 0.48 | 0.23 |
| Hex | 1E | 55 | 41 | 41 | 0 | 18 | 43 | 9E | 30 | 17 |
| Octal | 36 | 125 | 101 | 101 | 0 | 30 | 103 | 236 | 60 | 27 |
| Binary | 11110 | 1010101 | 1000001 | 1000001 | 0 | 11000 | 1000011 | 10011110 | 110000 | 10111 |
Color Harmonies of #1E5541
Complementary color
Monochromatic Colors of #1E5541
Black with #1E5541
Text Example
Text Example
White with #1E5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5541; }
p { color: rgb(30,85,65); }
H1.HeaderClassName
{
color: #1E5541;
}
.AnyTagClassName
{
color: #1E5541;
}
</style>
background-color css
<style>
a { background-color: #1E5541; }
a { background-color: rgb(30,85,65); }
div.DivClassName
{
background-color: #1E5541;
}
.BgClassName
{
background-color: #1E5541;
}
</style>
border-color css
<style>
span { border-color: #1E5541; }
span { border-color: rgb(30,85,65); }
td.TdClassName
{
border-color: #1E5541;
}
.TagClassName
{
border-color: #1E5541;
}
</style>