Shades of Te Papa Green #1F5343
Tints of Te Papa Green #1F5343
RGB
CMYK
RGB Variations
Color information
#1F5343 (or 0x1F5343) is known color: Te Papa Green. HEX triplet: 1F, 53 and 43. RGB value is (31,83,67). Sum of RGB (Red+Green+Blue) = 31+83+67=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5343 is #E0ACBC. Grayscale: #414141. Windows color (decimal): -14724285 or 4412191. OLE color: 4412191.
HSL color Cylindrical-coordinate representation of color #1F5343: hue angle of 161.54º 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 #1F5343 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 67 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.67 |
| HSL | 161.54º | 0.46% | 0.22% | - |
| HSV(B) | 161.54º | 0.63% | 0.33% | - |
| XYZ | 4.67 | 6.88 | 6.39 | - |
| YUV | 65.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 67 | 0.63 | 0 | 0.19 | 0.67 | 161.54 | 0.46 | 0.22 |
| Hex | 1F | 53 | 43 | 3F | 0 | 13 | 43 | A2 | 2E | 16 |
| Octal | 37 | 123 | 103 | 77 | 0 | 23 | 103 | 242 | 56 | 26 |
| Binary | 11111 | 1010011 | 1000011 | 111111 | 0 | 10011 | 1000011 | 10100010 | 101110 | 10110 |
Color Harmonies of #1F5343
Complementary color
Monochromatic Colors of #1F5343
Black with #1F5343
Text Example
Text Example
White with #1F5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5343; }
p { color: rgb(31,83,67); }
H1.HeaderClassName
{
color: #1F5343;
}
.AnyTagClassName
{
color: #1F5343;
}
</style>
background-color css
<style>
a { background-color: #1F5343; }
a { background-color: rgb(31,83,67); }
div.DivClassName
{
background-color: #1F5343;
}
.BgClassName
{
background-color: #1F5343;
}
</style>
border-color css
<style>
span { border-color: #1F5343; }
span { border-color: rgb(31,83,67); }
td.TdClassName
{
border-color: #1F5343;
}
.TagClassName
{
border-color: #1F5343;
}
</style>