Shades of Te Papa Green #304F41
Tints of Te Papa Green #304F41
RGB
CMYK
RGB Variations
Color information
#304F41 (or 0x304F41) is known color: Te Papa Green. HEX triplet: 30, 4F and 41. RGB value is (48,79,65). Sum of RGB (Red+Green+Blue) = 48+79+65=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #304F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F41 is #CFB0BE. Grayscale: #444444. Windows color (decimal): -13611199 or 4280112. OLE color: 4280112.
HSL color Cylindrical-coordinate representation of color #304F41: hue angle of 152.9º 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 #304F41 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 65 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.69 |
| HSL | 152.9º | 0.24% | 0.25% | - |
| HSV(B) | 152.9º | 0.39% | 0.31% | - |
| XYZ | 4.97 | 6.6 | 6.01 | - |
| YUV | 68.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 65 | 0.39 | 0 | 0.18 | 0.69 | 152.9 | 0.24 | 0.25 |
| Hex | 30 | 4F | 41 | 27 | 0 | 12 | 45 | 99 | 18 | 19 |
| Octal | 60 | 117 | 101 | 47 | 0 | 22 | 105 | 231 | 30 | 31 |
| Binary | 110000 | 1001111 | 1000001 | 100111 | 0 | 10010 | 1000101 | 10011001 | 11000 | 11001 |
Color Harmonies of #304F41
Complementary color
Monochromatic Colors of #304F41
Black with #304F41
Text Example
Text Example
White with #304F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F41; }
p { color: rgb(48,79,65); }
H1.HeaderClassName
{
color: #304F41;
}
.AnyTagClassName
{
color: #304F41;
}
</style>
background-color css
<style>
a { background-color: #304F41; }
a { background-color: rgb(48,79,65); }
div.DivClassName
{
background-color: #304F41;
}
.BgClassName
{
background-color: #304F41;
}
</style>
border-color css
<style>
span { border-color: #304F41; }
span { border-color: rgb(48,79,65); }
td.TdClassName
{
border-color: #304F41;
}
.TagClassName
{
border-color: #304F41;
}
</style>