Shades of Te Papa Green #1F5344
Tints of Te Papa Green #1F5344
RGB
CMYK
RGB Variations
Color information
#1F5344 (or 0x1F5344) is known color: Te Papa Green. HEX triplet: 1F, 53 and 44. RGB value is (31,83,68). Sum of RGB (Red+Green+Blue) = 31+83+68=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5344 is #E0ACBB. Grayscale: #414141. Windows color (decimal): -14724284 or 4477727. OLE color: 4477727.
HSL color Cylindrical-coordinate representation of color #1F5344: hue angle of 162.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5344 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 68 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.67 |
| HSL | 162.69º | 0.46% | 0.22% | - |
| HSV(B) | 162.69º | 0.63% | 0.33% | - |
| XYZ | 4.7 | 6.9 | 6.55 | - |
| YUV | 65.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 68 | 0.63 | 0 | 0.18 | 0.67 | 162.69 | 0.46 | 0.22 |
| Hex | 1F | 53 | 44 | 3F | 0 | 12 | 43 | A3 | 2E | 16 |
| Octal | 37 | 123 | 104 | 77 | 0 | 22 | 103 | 243 | 56 | 26 |
| Binary | 11111 | 1010011 | 1000100 | 111111 | 0 | 10010 | 1000011 | 10100011 | 101110 | 10110 |
Color Harmonies of #1F5344
Complementary color
Monochromatic Colors of #1F5344
Black with #1F5344
Text Example
Text Example
White with #1F5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5344; }
p { color: rgb(31,83,68); }
H1.HeaderClassName
{
color: #1F5344;
}
.AnyTagClassName
{
color: #1F5344;
}
</style>
background-color css
<style>
a { background-color: #1F5344; }
a { background-color: rgb(31,83,68); }
div.DivClassName
{
background-color: #1F5344;
}
.BgClassName
{
background-color: #1F5344;
}
</style>
border-color css
<style>
span { border-color: #1F5344; }
span { border-color: rgb(31,83,68); }
td.TdClassName
{
border-color: #1F5344;
}
.TagClassName
{
border-color: #1F5344;
}
</style>