Shades of Te Papa Green #304F3F
Tints of Te Papa Green #304F3F
RGB
CMYK
RGB Variations
Color information
#304F3F (or 0x304F3F) is known color: Te Papa Green. HEX triplet: 30, 4F and 3F. RGB value is (48,79,63). Sum of RGB (Red+Green+Blue) = 48+79+63=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3F is #CFB0C0. Grayscale: #434343. Windows color (decimal): -13611201 or 4149040. OLE color: 4149040.
HSL color Cylindrical-coordinate representation of color #304F3F: hue angle of 149.03º 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 #304F3F is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 63 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.69 |
| HSL | 149.03º | 0.24% | 0.25% | - |
| HSV(B) | 149.03º | 0.39% | 0.31% | - |
| XYZ | 4.91 | 6.58 | 5.71 | - |
| YUV | 67.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 63 | 0.39 | 0 | 0.20 | 0.69 | 149.03 | 0.24 | 0.25 |
| Hex | 30 | 4F | 3F | 27 | 0 | 14 | 45 | 95 | 18 | 19 |
| Octal | 60 | 117 | 77 | 47 | 0 | 24 | 105 | 225 | 30 | 31 |
| Binary | 110000 | 1001111 | 111111 | 100111 | 0 | 10100 | 1000101 | 10010101 | 11000 | 11001 |
Color Harmonies of #304F3F
Complementary color
Monochromatic Colors of #304F3F
Black with #304F3F
Text Example
Text Example
White with #304F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F3F; }
p { color: rgb(48,79,63); }
H1.HeaderClassName
{
color: #304F3F;
}
.AnyTagClassName
{
color: #304F3F;
}
</style>
background-color css
<style>
a { background-color: #304F3F; }
a { background-color: rgb(48,79,63); }
div.DivClassName
{
background-color: #304F3F;
}
.BgClassName
{
background-color: #304F3F;
}
</style>
border-color css
<style>
span { border-color: #304F3F; }
span { border-color: rgb(48,79,63); }
td.TdClassName
{
border-color: #304F3F;
}
.TagClassName
{
border-color: #304F3F;
}
</style>