Shades of Te Papa Green #304D41
Tints of Te Papa Green #304D41
RGB
CMYK
RGB Variations
Color information
#304D41 (or 0x304D41) is known color: Te Papa Green. HEX triplet: 30, 4D and 41. RGB value is (48,77,65). Sum of RGB (Red+Green+Blue) = 48+77+65=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #304D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D41 is #CFB2BE. Grayscale: #424242. Windows color (decimal): -13611711 or 4279600. OLE color: 4279600.
HSL color Cylindrical-coordinate representation of color #304D41: hue angle of 155.17º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D41 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 65 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.70 |
| HSL | 155.17º | 0.23% | 0.25% | - |
| HSV(B) | 155.17º | 0.38% | 0.3% | - |
| XYZ | 4.83 | 6.32 | 5.97 | - |
| YUV | 66.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 65 | 0.38 | 0 | 0.16 | 0.70 | 155.17 | 0.23 | 0.25 |
| Hex | 30 | 4D | 41 | 26 | 0 | 10 | 46 | 9B | 17 | 19 |
| Octal | 60 | 115 | 101 | 46 | 0 | 20 | 106 | 233 | 27 | 31 |
| Binary | 110000 | 1001101 | 1000001 | 100110 | 0 | 10000 | 1000110 | 10011011 | 10111 | 11001 |
Color Harmonies of #304D41
Complementary color
Monochromatic Colors of #304D41
Black with #304D41
Text Example
Text Example
White with #304D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D41; }
p { color: rgb(48,77,65); }
H1.HeaderClassName
{
color: #304D41;
}
.AnyTagClassName
{
color: #304D41;
}
</style>
background-color css
<style>
a { background-color: #304D41; }
a { background-color: rgb(48,77,65); }
div.DivClassName
{
background-color: #304D41;
}
.BgClassName
{
background-color: #304D41;
}
</style>
border-color css
<style>
span { border-color: #304D41; }
span { border-color: rgb(48,77,65); }
td.TdClassName
{
border-color: #304D41;
}
.TagClassName
{
border-color: #304D41;
}
</style>