Shades of Te Papa Green #304940
Tints of Te Papa Green #304940
RGB
CMYK
RGB Variations
Color information
#304940 (or 0x304940) is known color: Te Papa Green. HEX triplet: 30, 49 and 40. RGB value is (48,73,64). Sum of RGB (Red+Green+Blue) = 48+73+64=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #304940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304940 is #CFB6BF. Grayscale: #404040. Windows color (decimal): -13612736 or 4213040. OLE color: 4213040.
HSL color Cylindrical-coordinate representation of color #304940: hue angle of 158.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304940 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 64 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.71 |
| HSL | 158.4º | 0.21% | 0.24% | - |
| HSV(B) | 158.4º | 0.34% | 0.29% | - |
| XYZ | 4.53 | 5.76 | 5.72 | - |
| YUV | 64.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 64 | 0.34 | 0 | 0.12 | 0.71 | 158.4 | 0.21 | 0.24 |
| Hex | 30 | 49 | 40 | 22 | 0 | C | 47 | 9E | 15 | 18 |
| Octal | 60 | 111 | 100 | 42 | 0 | 14 | 107 | 236 | 25 | 30 |
| Binary | 110000 | 1001001 | 1000000 | 100010 | 0 | 1100 | 1000111 | 10011110 | 10101 | 11000 |
Color Harmonies of #304940
Complementary color
Monochromatic Colors of #304940
Black with #304940
Text Example
Text Example
White with #304940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304940; }
p { color: rgb(48,73,64); }
H1.HeaderClassName
{
color: #304940;
}
.AnyTagClassName
{
color: #304940;
}
</style>
background-color css
<style>
a { background-color: #304940; }
a { background-color: rgb(48,73,64); }
div.DivClassName
{
background-color: #304940;
}
.BgClassName
{
background-color: #304940;
}
</style>
border-color css
<style>
span { border-color: #304940; }
span { border-color: rgb(48,73,64); }
td.TdClassName
{
border-color: #304940;
}
.TagClassName
{
border-color: #304940;
}
</style>