Shades of Te Papa Green #1D5041
Tints of Te Papa Green #1D5041
RGB
CMYK
RGB Variations
Color information
#1D5041 (or 0x1D5041) is known color: Te Papa Green. HEX triplet: 1D, 50 and 41. RGB value is (29,80,65). Sum of RGB (Red+Green+Blue) = 29+80+65=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5041 is #E2AFBE. Grayscale: #3F3F3F. Windows color (decimal): -14856127 or 4280349. OLE color: 4280349.
HSL color Cylindrical-coordinate representation of color #1D5041: hue angle of 162.35º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5041 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 65 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.69 |
| HSL | 162.35º | 0.47% | 0.21% | - |
| HSV(B) | 162.35º | 0.64% | 0.31% | - |
| XYZ | 4.33 | 6.38 | 6 | - |
| YUV | 63.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 65 | 0.64 | 0 | 0.19 | 0.69 | 162.35 | 0.47 | 0.21 |
| Hex | 1D | 50 | 41 | 40 | 0 | 13 | 45 | A2 | 2F | 15 |
| Octal | 35 | 120 | 101 | 100 | 0 | 23 | 105 | 242 | 57 | 25 |
| Binary | 11101 | 1010000 | 1000001 | 1000000 | 0 | 10011 | 1000101 | 10100010 | 101111 | 10101 |
Color Harmonies of #1D5041
Complementary color
Monochromatic Colors of #1D5041
Black with #1D5041
Text Example
Text Example
White with #1D5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5041; }
p { color: rgb(29,80,65); }
H1.HeaderClassName
{
color: #1D5041;
}
.AnyTagClassName
{
color: #1D5041;
}
</style>
background-color css
<style>
a { background-color: #1D5041; }
a { background-color: rgb(29,80,65); }
div.DivClassName
{
background-color: #1D5041;
}
.BgClassName
{
background-color: #1D5041;
}
</style>
border-color css
<style>
span { border-color: #1D5041; }
span { border-color: rgb(29,80,65); }
td.TdClassName
{
border-color: #1D5041;
}
.TagClassName
{
border-color: #1D5041;
}
</style>