Shades of Te Papa Green #1F513F
Tints of Te Papa Green #1F513F
RGB
CMYK
RGB Variations
Color information
#1F513F (or 0x1F513F) is known color: Te Papa Green. HEX triplet: 1F, 51 and 3F. RGB value is (31,81,63). Sum of RGB (Red+Green+Blue) = 31+81+63=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513F is #E0AEC0. Grayscale: #404040. Windows color (decimal): -14724801 or 4149535. OLE color: 4149535.
HSL color Cylindrical-coordinate representation of color #1F513F: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F513F is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 63 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.68 |
| HSL | 158.4º | 0.45% | 0.22% | - |
| HSV(B) | 158.4º | 0.62% | 0.32% | - |
| XYZ | 4.4 | 6.54 | 5.73 | - |
| YUV | 64 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 63 | 0.62 | 0 | 0.22 | 0.68 | 158.4 | 0.45 | 0.22 |
| Hex | 1F | 51 | 3F | 3E | 0 | 16 | 44 | 9E | 2D | 16 |
| Octal | 37 | 121 | 77 | 76 | 0 | 26 | 104 | 236 | 55 | 26 |
| Binary | 11111 | 1010001 | 111111 | 111110 | 0 | 10110 | 1000100 | 10011110 | 101101 | 10110 |
Color Harmonies of #1F513F
Complementary color
Monochromatic Colors of #1F513F
Black with #1F513F
Text Example
Text Example
White with #1F513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F513F; }
p { color: rgb(31,81,63); }
H1.HeaderClassName
{
color: #1F513F;
}
.AnyTagClassName
{
color: #1F513F;
}
</style>
background-color css
<style>
a { background-color: #1F513F; }
a { background-color: rgb(31,81,63); }
div.DivClassName
{
background-color: #1F513F;
}
.BgClassName
{
background-color: #1F513F;
}
</style>
border-color css
<style>
span { border-color: #1F513F; }
span { border-color: rgb(31,81,63); }
td.TdClassName
{
border-color: #1F513F;
}
.TagClassName
{
border-color: #1F513F;
}
</style>