Shades of Te Papa Green #304E40
Tints of Te Papa Green #304E40
RGB
CMYK
RGB Variations
Color information
#304E40 (or 0x304E40) is known color: Te Papa Green. HEX triplet: 30, 4E and 40. RGB value is (48,78,64). Sum of RGB (Red+Green+Blue) = 48+78+64=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #304E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E40 is #CFB1BF. Grayscale: #434343. Windows color (decimal): -13611456 or 4214320. OLE color: 4214320.
HSL color Cylindrical-coordinate representation of color #304E40: hue angle of 152º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E40 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 64 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.69 |
| HSL | 152º | 0.24% | 0.25% | - |
| HSV(B) | 152º | 0.38% | 0.31% | - |
| XYZ | 4.87 | 6.45 | 5.84 | - |
| YUV | 67.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 64 | 0.38 | 0 | 0.18 | 0.69 | 152 | 0.24 | 0.25 |
| Hex | 30 | 4E | 40 | 26 | 0 | 12 | 45 | 98 | 18 | 19 |
| Octal | 60 | 116 | 100 | 46 | 0 | 22 | 105 | 230 | 30 | 31 |
| Binary | 110000 | 1001110 | 1000000 | 100110 | 0 | 10010 | 1000101 | 10011000 | 11000 | 11001 |
Color Harmonies of #304E40
Complementary color
Monochromatic Colors of #304E40
Black with #304E40
Text Example
Text Example
White with #304E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E40; }
p { color: rgb(48,78,64); }
H1.HeaderClassName
{
color: #304E40;
}
.AnyTagClassName
{
color: #304E40;
}
</style>
background-color css
<style>
a { background-color: #304E40; }
a { background-color: rgb(48,78,64); }
div.DivClassName
{
background-color: #304E40;
}
.BgClassName
{
background-color: #304E40;
}
</style>
border-color css
<style>
span { border-color: #304E40; }
span { border-color: rgb(48,78,64); }
td.TdClassName
{
border-color: #304E40;
}
.TagClassName
{
border-color: #304E40;
}
</style>