Shades of Te Papa Green #1E4F41
Tints of Te Papa Green #1E4F41
RGB
CMYK
RGB Variations
Color information
#1E4F41 (or 0x1E4F41) is known color: Te Papa Green. HEX triplet: 1E, 4F and 41. RGB value is (30,79,65). Sum of RGB (Red+Green+Blue) = 30+79+65=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F41 is #E1B0BE. Grayscale: #3E3E3E. Windows color (decimal): -14790847 or 4280094. OLE color: 4280094.
HSL color Cylindrical-coordinate representation of color #1E4F41: hue angle of 162.86º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4F41 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 79 | 65 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.69 |
| HSL | 162.86º | 0.45% | 0.21% | - |
| HSV(B) | 162.86º | 0.62% | 0.31% | - |
| XYZ | 4.29 | 6.25 | 5.98 | - |
| YUV | 62.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 65 | 0.62 | 0 | 0.18 | 0.69 | 162.86 | 0.45 | 0.21 |
| Hex | 1E | 4F | 41 | 3E | 0 | 12 | 45 | A3 | 2D | 15 |
| Octal | 36 | 117 | 101 | 76 | 0 | 22 | 105 | 243 | 55 | 25 |
| Binary | 11110 | 1001111 | 1000001 | 111110 | 0 | 10010 | 1000101 | 10100011 | 101101 | 10101 |
Color Harmonies of #1E4F41
Complementary color
Monochromatic Colors of #1E4F41
Black with #1E4F41
Text Example
Text Example
White with #1E4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F41; }
p { color: rgb(30,79,65); }
H1.HeaderClassName
{
color: #1E4F41;
}
.AnyTagClassName
{
color: #1E4F41;
}
</style>
background-color css
<style>
a { background-color: #1E4F41; }
a { background-color: rgb(30,79,65); }
div.DivClassName
{
background-color: #1E4F41;
}
.BgClassName
{
background-color: #1E4F41;
}
</style>
border-color css
<style>
span { border-color: #1E4F41; }
span { border-color: rgb(30,79,65); }
td.TdClassName
{
border-color: #1E4F41;
}
.TagClassName
{
border-color: #1E4F41;
}
</style>