Shades of Te Papa Green #304D40
Tints of Te Papa Green #304D40
RGB
CMYK
RGB Variations
Color information
#304D40 (or 0x304D40) is known color: Te Papa Green. HEX triplet: 30, 4D and 40. RGB value is (48,77,64). Sum of RGB (Red+Green+Blue) = 48+77+64=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #304D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D40 is #CFB2BF. Grayscale: #424242. Windows color (decimal): -13611712 or 4214064. OLE color: 4214064.
HSL color Cylindrical-coordinate representation of color #304D40: hue angle of 153.1º 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 #304D40 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 64 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.70 |
| HSL | 153.1º | 0.23% | 0.25% | - |
| HSV(B) | 153.1º | 0.38% | 0.3% | - |
| XYZ | 4.8 | 6.31 | 5.81 | - |
| YUV | 66.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 64 | 0.38 | 0 | 0.17 | 0.70 | 153.1 | 0.23 | 0.25 |
| Hex | 30 | 4D | 40 | 26 | 0 | 11 | 46 | 99 | 17 | 19 |
| Octal | 60 | 115 | 100 | 46 | 0 | 21 | 106 | 231 | 27 | 31 |
| Binary | 110000 | 1001101 | 1000000 | 100110 | 0 | 10001 | 1000110 | 10011001 | 10111 | 11001 |
Color Harmonies of #304D40
Complementary color
Monochromatic Colors of #304D40
Black with #304D40
Text Example
Text Example
White with #304D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D40; }
p { color: rgb(48,77,64); }
H1.HeaderClassName
{
color: #304D40;
}
.AnyTagClassName
{
color: #304D40;
}
</style>
background-color css
<style>
a { background-color: #304D40; }
a { background-color: rgb(48,77,64); }
div.DivClassName
{
background-color: #304D40;
}
.BgClassName
{
background-color: #304D40;
}
</style>
border-color css
<style>
span { border-color: #304D40; }
span { border-color: rgb(48,77,64); }
td.TdClassName
{
border-color: #304D40;
}
.TagClassName
{
border-color: #304D40;
}
</style>