Shades of Te Papa Green #315243
Tints of Te Papa Green #315243
RGB
CMYK
RGB Variations
Color information
#315243 (or 0x315243) is known color: Te Papa Green. HEX triplet: 31, 52 and 43. RGB value is (49,82,67). Sum of RGB (Red+Green+Blue) = 49+82+67=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #315243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315243 is #CEADBC. Grayscale: #464646. Windows color (decimal): -13544893 or 4411953. OLE color: 4411953.
HSL color Cylindrical-coordinate representation of color #315243: hue angle of 152.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315243 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 67 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.68 |
| HSL | 152.73º | 0.25% | 0.26% | - |
| HSV(B) | 152.73º | 0.4% | 0.32% | - |
| XYZ | 5.3 | 7.09 | 6.4 | - |
| YUV | 70.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 67 | 0.40 | 0 | 0.18 | 0.68 | 152.73 | 0.25 | 0.26 |
| Hex | 31 | 52 | 43 | 28 | 0 | 12 | 44 | 99 | 19 | 1A |
| Octal | 61 | 122 | 103 | 50 | 0 | 22 | 104 | 231 | 31 | 32 |
| Binary | 110001 | 1010010 | 1000011 | 101000 | 0 | 10010 | 1000100 | 10011001 | 11001 | 11010 |
Color Harmonies of #315243
Complementary color
Monochromatic Colors of #315243
Black with #315243
Text Example
Text Example
White with #315243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315243; }
p { color: rgb(49,82,67); }
H1.HeaderClassName
{
color: #315243;
}
.AnyTagClassName
{
color: #315243;
}
</style>
background-color css
<style>
a { background-color: #315243; }
a { background-color: rgb(49,82,67); }
div.DivClassName
{
background-color: #315243;
}
.BgClassName
{
background-color: #315243;
}
</style>
border-color css
<style>
span { border-color: #315243; }
span { border-color: rgb(49,82,67); }
td.TdClassName
{
border-color: #315243;
}
.TagClassName
{
border-color: #315243;
}
</style>