Shades of Te Papa Green #30473D
Tints of Te Papa Green #30473D
RGB
CMYK
RGB Variations
Color information
#30473D (or 0x30473D) is known color: Te Papa Green. HEX triplet: 30, 47 and 3D. RGB value is (48,71,61). Sum of RGB (Red+Green+Blue) = 48+71+61=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #30473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30473D is #CFB8C2. Grayscale: #3F3F3F. Windows color (decimal): -13613251 or 4015920. OLE color: 4015920.
HSL color Cylindrical-coordinate representation of color #30473D: hue angle of 153.91º 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 #30473D is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 61 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.72 |
| HSL | 153.91º | 0.19% | 0.23% | - |
| HSV(B) | 153.91º | 0.32% | 0.28% | - |
| XYZ | 4.31 | 5.47 | 5.24 | - |
| YUV | 62.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 61 | 0.32 | 0 | 0.14 | 0.72 | 153.91 | 0.19 | 0.23 |
| Hex | 30 | 47 | 3D | 20 | 0 | E | 48 | 9A | 13 | 17 |
| Octal | 60 | 107 | 75 | 40 | 0 | 16 | 110 | 232 | 23 | 27 |
| Binary | 110000 | 1000111 | 111101 | 100000 | 0 | 1110 | 1001000 | 10011010 | 10011 | 10111 |
Color Harmonies of #30473D
Complementary color
Monochromatic Colors of #30473D
Black with #30473D
Text Example
Text Example
White with #30473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30473D; }
p { color: rgb(48,71,61); }
H1.HeaderClassName
{
color: #30473D;
}
.AnyTagClassName
{
color: #30473D;
}
</style>
background-color css
<style>
a { background-color: #30473D; }
a { background-color: rgb(48,71,61); }
div.DivClassName
{
background-color: #30473D;
}
.BgClassName
{
background-color: #30473D;
}
</style>
border-color css
<style>
span { border-color: #30473D; }
span { border-color: rgb(48,71,61); }
td.TdClassName
{
border-color: #30473D;
}
.TagClassName
{
border-color: #30473D;
}
</style>