Shades of Te Papa Green #31413C
Tints of Te Papa Green #31413C
RGB
CMYK
RGB Variations
Color information
#31413C (or 0x31413C) is known color: Te Papa Green. HEX triplet: 31, 41 and 3C. RGB value is (49,65,60). Sum of RGB (Red+Green+Blue) = 49+65+60=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #31413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31413C is #CEBEC3. Grayscale: #3B3B3B. Windows color (decimal): -13549252 or 3948849. OLE color: 3948849.
HSL color Cylindrical-coordinate representation of color #31413C: hue angle of 161.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #31413C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 60 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.75 |
| HSL | 161.25º | 0.14% | 0.22% | - |
| HSV(B) | 161.25º | 0.25% | 0.25% | - |
| XYZ | 3.97 | 4.76 | 4.98 | - |
| YUV | 59.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 60 | 0.25 | 0 | 0.08 | 0.75 | 161.25 | 0.14 | 0.22 |
| Hex | 31 | 41 | 3C | 19 | 0 | 8 | 4B | A1 | E | 16 |
| Octal | 61 | 101 | 74 | 31 | 0 | 10 | 113 | 241 | 16 | 26 |
| Binary | 110001 | 1000001 | 111100 | 11001 | 0 | 1000 | 1001011 | 10100001 | 1110 | 10110 |
Color Harmonies of #31413C
Complementary color
Monochromatic Colors of #31413C
Black with #31413C
Text Example
Text Example
White with #31413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31413C; }
p { color: rgb(49,65,60); }
H1.HeaderClassName
{
color: #31413C;
}
.AnyTagClassName
{
color: #31413C;
}
</style>
background-color css
<style>
a { background-color: #31413C; }
a { background-color: rgb(49,65,60); }
div.DivClassName
{
background-color: #31413C;
}
.BgClassName
{
background-color: #31413C;
}
</style>
border-color css
<style>
span { border-color: #31413C; }
span { border-color: rgb(49,65,60); }
td.TdClassName
{
border-color: #31413C;
}
.TagClassName
{
border-color: #31413C;
}
</style>