Shades of Te Papa Green #1F4F3F
Tints of Te Papa Green #1F4F3F
RGB
CMYK
RGB Variations
Color information
#1F4F3F (or 0x1F4F3F) is known color: Te Papa Green. HEX triplet: 1F, 4F and 3F. RGB value is (31,79,63). Sum of RGB (Red+Green+Blue) = 31+79+63=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #1F4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4F3F is #E0B0C0. Grayscale: #3E3E3E. Windows color (decimal): -14725313 or 4149023. OLE color: 4149023.
HSL color Cylindrical-coordinate representation of color #1F4F3F: hue angle of 160º 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 #1F4F3F is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 79 | 63 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.69 |
| HSL | 160º | 0.44% | 0.22% | - |
| HSV(B) | 160º | 0.61% | 0.31% | - |
| XYZ | 4.26 | 6.24 | 5.68 | - |
| YUV | 62.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 63 | 0.61 | 0 | 0.20 | 0.69 | 160 | 0.44 | 0.22 |
| Hex | 1F | 4F | 3F | 3D | 0 | 14 | 45 | A0 | 2C | 16 |
| Octal | 37 | 117 | 77 | 75 | 0 | 24 | 105 | 240 | 54 | 26 |
| Binary | 11111 | 1001111 | 111111 | 111101 | 0 | 10100 | 1000101 | 10100000 | 101100 | 10110 |
Color Harmonies of #1F4F3F
Complementary color
Monochromatic Colors of #1F4F3F
Black with #1F4F3F
Text Example
Text Example
White with #1F4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F3F; }
p { color: rgb(31,79,63); }
H1.HeaderClassName
{
color: #1F4F3F;
}
.AnyTagClassName
{
color: #1F4F3F;
}
</style>
background-color css
<style>
a { background-color: #1F4F3F; }
a { background-color: rgb(31,79,63); }
div.DivClassName
{
background-color: #1F4F3F;
}
.BgClassName
{
background-color: #1F4F3F;
}
</style>
border-color css
<style>
span { border-color: #1F4F3F; }
span { border-color: rgb(31,79,63); }
td.TdClassName
{
border-color: #1F4F3F;
}
.TagClassName
{
border-color: #1F4F3F;
}
</style>