Shades of Te Papa Green #30473E
Tints of Te Papa Green #30473E
RGB
CMYK
RGB Variations
Color information
#30473E (or 0x30473E) is known color: Te Papa Green. HEX triplet: 30, 47 and 3E. RGB value is (48,71,62). Sum of RGB (Red+Green+Blue) = 48+71+62=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #30473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30473E is #CFB8C1. Grayscale: #3F3F3F. Windows color (decimal): -13613250 or 4081456. OLE color: 4081456.
HSL color Cylindrical-coordinate representation of color #30473E: hue angle of 156.52º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #30473E is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 62 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.72 |
| HSL | 156.52º | 0.19% | 0.23% | - |
| HSV(B) | 156.52º | 0.32% | 0.28% | - |
| XYZ | 4.34 | 5.48 | 5.39 | - |
| YUV | 63.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 62 | 0.32 | 0 | 0.13 | 0.72 | 156.52 | 0.19 | 0.23 |
| Hex | 30 | 47 | 3E | 20 | 0 | D | 48 | 9D | 13 | 17 |
| Octal | 60 | 107 | 76 | 40 | 0 | 15 | 110 | 235 | 23 | 27 |
| Binary | 110000 | 1000111 | 111110 | 100000 | 0 | 1101 | 1001000 | 10011101 | 10011 | 10111 |
Color Harmonies of #30473E
Complementary color
Monochromatic Colors of #30473E
Black with #30473E
Text Example
Text Example
White with #30473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30473E; }
p { color: rgb(48,71,62); }
H1.HeaderClassName
{
color: #30473E;
}
.AnyTagClassName
{
color: #30473E;
}
</style>
background-color css
<style>
a { background-color: #30473E; }
a { background-color: rgb(48,71,62); }
div.DivClassName
{
background-color: #30473E;
}
.BgClassName
{
background-color: #30473E;
}
</style>
border-color css
<style>
span { border-color: #30473E; }
span { border-color: rgb(48,71,62); }
td.TdClassName
{
border-color: #30473E;
}
.TagClassName
{
border-color: #30473E;
}
</style>