Shades of Te Papa Green #1F5444
Tints of Te Papa Green #1F5444
RGB
CMYK
RGB Variations
Color information
#1F5444 (or 0x1F5444) is known color: Te Papa Green. HEX triplet: 1F, 54 and 44. RGB value is (31,84,68). Sum of RGB (Red+Green+Blue) = 31+84+68=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5444 is #E0ABBB. Grayscale: #424242. Windows color (decimal): -14724028 or 4477983. OLE color: 4477983.
HSL color Cylindrical-coordinate representation of color #1F5444: hue angle of 161.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5444 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 68 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.67 |
| HSL | 161.89º | 0.46% | 0.23% | - |
| HSV(B) | 161.89º | 0.63% | 0.33% | - |
| XYZ | 4.78 | 7.05 | 6.58 | - |
| YUV | 66.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 68 | 0.63 | 0 | 0.19 | 0.67 | 161.89 | 0.46 | 0.23 |
| Hex | 1F | 54 | 44 | 3F | 0 | 13 | 43 | A2 | 2E | 17 |
| Octal | 37 | 124 | 104 | 77 | 0 | 23 | 103 | 242 | 56 | 27 |
| Binary | 11111 | 1010100 | 1000100 | 111111 | 0 | 10011 | 1000011 | 10100010 | 101110 | 10111 |
Color Harmonies of #1F5444
Complementary color
Monochromatic Colors of #1F5444
Black with #1F5444
Text Example
Text Example
White with #1F5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5444; }
p { color: rgb(31,84,68); }
H1.HeaderClassName
{
color: #1F5444;
}
.AnyTagClassName
{
color: #1F5444;
}
</style>
background-color css
<style>
a { background-color: #1F5444; }
a { background-color: rgb(31,84,68); }
div.DivClassName
{
background-color: #1F5444;
}
.BgClassName
{
background-color: #1F5444;
}
</style>
border-color css
<style>
span { border-color: #1F5444; }
span { border-color: rgb(31,84,68); }
td.TdClassName
{
border-color: #1F5444;
}
.TagClassName
{
border-color: #1F5444;
}
</style>