Shades of Te Papa Green #1F503F
Tints of Te Papa Green #1F503F
RGB
CMYK
RGB Variations
Color information
#1F503F (or 0x1F503F) is known color: Te Papa Green. HEX triplet: 1F, 50 and 3F. RGB value is (31,80,63). Sum of RGB (Red+Green+Blue) = 31+80+63=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #1F503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F503F is #E0AFC0. Grayscale: #3F3F3F. Windows color (decimal): -14725057 or 4149279. OLE color: 4149279.
HSL color Cylindrical-coordinate representation of color #1F503F: hue angle of 159.18º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F503F is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 63 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.69 |
| HSL | 159.18º | 0.44% | 0.22% | - |
| HSV(B) | 159.18º | 0.61% | 0.31% | - |
| XYZ | 4.33 | 6.39 | 5.71 | - |
| YUV | 63.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 63 | 0.61 | 0 | 0.21 | 0.69 | 159.18 | 0.44 | 0.22 |
| Hex | 1F | 50 | 3F | 3D | 0 | 15 | 45 | 9F | 2C | 16 |
| Octal | 37 | 120 | 77 | 75 | 0 | 25 | 105 | 237 | 54 | 26 |
| Binary | 11111 | 1010000 | 111111 | 111101 | 0 | 10101 | 1000101 | 10011111 | 101100 | 10110 |
Color Harmonies of #1F503F
Complementary color
Monochromatic Colors of #1F503F
Black with #1F503F
Text Example
Text Example
White with #1F503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F503F; }
p { color: rgb(31,80,63); }
H1.HeaderClassName
{
color: #1F503F;
}
.AnyTagClassName
{
color: #1F503F;
}
</style>
background-color css
<style>
a { background-color: #1F503F; }
a { background-color: rgb(31,80,63); }
div.DivClassName
{
background-color: #1F503F;
}
.BgClassName
{
background-color: #1F503F;
}
</style>
border-color css
<style>
span { border-color: #1F503F; }
span { border-color: rgb(31,80,63); }
td.TdClassName
{
border-color: #1F503F;
}
.TagClassName
{
border-color: #1F503F;
}
</style>