Shades of Te Papa Green #30463D
Tints of Te Papa Green #30463D
RGB
CMYK
RGB Variations
Color information
#30463D (or 0x30463D) is known color: Te Papa Green. HEX triplet: 30, 46 and 3D. RGB value is (48,70,61). Sum of RGB (Red+Green+Blue) = 48+70+61=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #30463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463D is #CFB9C2. Grayscale: #3E3E3E. Windows color (decimal): -13613507 or 4015664. OLE color: 4015664.
HSL color Cylindrical-coordinate representation of color #30463D: hue angle of 155.45º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30463D is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 61 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.73 |
| HSL | 155.45º | 0.19% | 0.23% | - |
| HSV(B) | 155.45º | 0.31% | 0.27% | - |
| XYZ | 4.25 | 5.35 | 5.22 | - |
| YUV | 62.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 61 | 0.31 | 0 | 0.13 | 0.73 | 155.45 | 0.19 | 0.23 |
| Hex | 30 | 46 | 3D | 1F | 0 | D | 49 | 9B | 13 | 17 |
| Octal | 60 | 106 | 75 | 37 | 0 | 15 | 111 | 233 | 23 | 27 |
| Binary | 110000 | 1000110 | 111101 | 11111 | 0 | 1101 | 1001001 | 10011011 | 10011 | 10111 |
Color Harmonies of #30463D
Complementary color
Monochromatic Colors of #30463D
Black with #30463D
Text Example
Text Example
White with #30463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30463D; }
p { color: rgb(48,70,61); }
H1.HeaderClassName
{
color: #30463D;
}
.AnyTagClassName
{
color: #30463D;
}
</style>
background-color css
<style>
a { background-color: #30463D; }
a { background-color: rgb(48,70,61); }
div.DivClassName
{
background-color: #30463D;
}
.BgClassName
{
background-color: #30463D;
}
</style>
border-color css
<style>
span { border-color: #30463D; }
span { border-color: rgb(48,70,61); }
td.TdClassName
{
border-color: #30463D;
}
.TagClassName
{
border-color: #30463D;
}
</style>