Shades of Te Papa Green #31483E
Tints of Te Papa Green #31483E
RGB
CMYK
RGB Variations
Color information
#31483E (or 0x31483E) is known color: Te Papa Green. HEX triplet: 31, 48 and 3E. RGB value is (49,72,62). Sum of RGB (Red+Green+Blue) = 49+72+62=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #31483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31483E is #CEB7C1. Grayscale: #3F3F3F. Windows color (decimal): -13547458 or 4081713. OLE color: 4081713.
HSL color Cylindrical-coordinate representation of color #31483E: hue angle of 153.91º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #31483E is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 62 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.72 |
| HSL | 153.91º | 0.19% | 0.24% | - |
| HSV(B) | 153.91º | 0.32% | 0.28% | - |
| XYZ | 4.45 | 5.64 | 5.41 | - |
| YUV | 63.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 62 | 0.32 | 0 | 0.14 | 0.72 | 153.91 | 0.19 | 0.24 |
| Hex | 31 | 48 | 3E | 20 | 0 | E | 48 | 9A | 13 | 18 |
| Octal | 61 | 110 | 76 | 40 | 0 | 16 | 110 | 232 | 23 | 30 |
| Binary | 110001 | 1001000 | 111110 | 100000 | 0 | 1110 | 1001000 | 10011010 | 10011 | 11000 |
Color Harmonies of #31483E
Complementary color
Monochromatic Colors of #31483E
Black with #31483E
Text Example
Text Example
White with #31483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31483E; }
p { color: rgb(49,72,62); }
H1.HeaderClassName
{
color: #31483E;
}
.AnyTagClassName
{
color: #31483E;
}
</style>
background-color css
<style>
a { background-color: #31483E; }
a { background-color: rgb(49,72,62); }
div.DivClassName
{
background-color: #31483E;
}
.BgClassName
{
background-color: #31483E;
}
</style>
border-color css
<style>
span { border-color: #31483E; }
span { border-color: rgb(49,72,62); }
td.TdClassName
{
border-color: #31483E;
}
.TagClassName
{
border-color: #31483E;
}
</style>