Shades of Te Papa Green #304F40
Tints of Te Papa Green #304F40
RGB
CMYK
RGB Variations
Color information
#304F40 (or 0x304F40) is known color: Te Papa Green. HEX triplet: 30, 4F and 40. RGB value is (48,79,64). Sum of RGB (Red+Green+Blue) = 48+79+64=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #304F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F40 is #CFB0BF. Grayscale: #444444. Windows color (decimal): -13611200 or 4214576. OLE color: 4214576.
HSL color Cylindrical-coordinate representation of color #304F40: hue angle of 150.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F40 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 64 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.69 |
| HSL | 150.97º | 0.24% | 0.25% | - |
| HSV(B) | 150.97º | 0.39% | 0.31% | - |
| XYZ | 4.94 | 6.59 | 5.86 | - |
| YUV | 68.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 64 | 0.39 | 0 | 0.19 | 0.69 | 150.97 | 0.24 | 0.25 |
| Hex | 30 | 4F | 40 | 27 | 0 | 13 | 45 | 97 | 18 | 19 |
| Octal | 60 | 117 | 100 | 47 | 0 | 23 | 105 | 227 | 30 | 31 |
| Binary | 110000 | 1001111 | 1000000 | 100111 | 0 | 10011 | 1000101 | 10010111 | 11000 | 11001 |
Color Harmonies of #304F40
Complementary color
Monochromatic Colors of #304F40
Black with #304F40
Text Example
Text Example
White with #304F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F40; }
p { color: rgb(48,79,64); }
H1.HeaderClassName
{
color: #304F40;
}
.AnyTagClassName
{
color: #304F40;
}
</style>
background-color css
<style>
a { background-color: #304F40; }
a { background-color: rgb(48,79,64); }
div.DivClassName
{
background-color: #304F40;
}
.BgClassName
{
background-color: #304F40;
}
</style>
border-color css
<style>
span { border-color: #304F40; }
span { border-color: rgb(48,79,64); }
td.TdClassName
{
border-color: #304F40;
}
.TagClassName
{
border-color: #304F40;
}
</style>