Shades of Te Papa Green #304942
Tints of Te Papa Green #304942
RGB
CMYK
RGB Variations
Color information
#304942 (or 0x304942) is known color: Te Papa Green. HEX triplet: 30, 49 and 42. RGB value is (48,73,66). Sum of RGB (Red+Green+Blue) = 48+73+66=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #304942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304942 is #CFB6BD. Grayscale: #404040. Windows color (decimal): -13612734 or 4344112. OLE color: 4344112.
HSL color Cylindrical-coordinate representation of color #304942: hue angle of 163.2º 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 #304942 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 66 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.71 |
| HSL | 163.2º | 0.21% | 0.24% | - |
| HSV(B) | 163.2º | 0.34% | 0.29% | - |
| XYZ | 4.58 | 5.79 | 6.03 | - |
| YUV | 64.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 66 | 0.34 | 0 | 0.10 | 0.71 | 163.2 | 0.21 | 0.24 |
| Hex | 30 | 49 | 42 | 22 | 0 | A | 47 | A3 | 15 | 18 |
| Octal | 60 | 111 | 102 | 42 | 0 | 12 | 107 | 243 | 25 | 30 |
| Binary | 110000 | 1001001 | 1000010 | 100010 | 0 | 1010 | 1000111 | 10100011 | 10101 | 11000 |
Color Harmonies of #304942
Complementary color
Monochromatic Colors of #304942
Black with #304942
Text Example
Text Example
White with #304942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304942; }
p { color: rgb(48,73,66); }
H1.HeaderClassName
{
color: #304942;
}
.AnyTagClassName
{
color: #304942;
}
</style>
background-color css
<style>
a { background-color: #304942; }
a { background-color: rgb(48,73,66); }
div.DivClassName
{
background-color: #304942;
}
.BgClassName
{
background-color: #304942;
}
</style>
border-color css
<style>
span { border-color: #304942; }
span { border-color: rgb(48,73,66); }
td.TdClassName
{
border-color: #304942;
}
.TagClassName
{
border-color: #304942;
}
</style>