Shades of Te Papa Green #304B42
Tints of Te Papa Green #304B42
RGB
CMYK
RGB Variations
Color information
#304B42 (or 0x304B42) is known color: Te Papa Green. HEX triplet: 30, 4B and 42. RGB value is (48,75,66). Sum of RGB (Red+Green+Blue) = 48+75+66=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #304B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B42 is #CFB4BD. Grayscale: #414141. Windows color (decimal): -13612222 or 4344624. OLE color: 4344624.
HSL color Cylindrical-coordinate representation of color #304B42: hue angle of 160º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B42 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 66 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.71 |
| HSL | 160º | 0.22% | 0.24% | - |
| HSV(B) | 160º | 0.36% | 0.29% | - |
| XYZ | 4.72 | 6.05 | 6.07 | - |
| YUV | 65.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 66 | 0.36 | 0 | 0.12 | 0.71 | 160 | 0.22 | 0.24 |
| Hex | 30 | 4B | 42 | 24 | 0 | C | 47 | A0 | 16 | 18 |
| Octal | 60 | 113 | 102 | 44 | 0 | 14 | 107 | 240 | 26 | 30 |
| Binary | 110000 | 1001011 | 1000010 | 100100 | 0 | 1100 | 1000111 | 10100000 | 10110 | 11000 |
Color Harmonies of #304B42
Complementary color
Monochromatic Colors of #304B42
Black with #304B42
Text Example
Text Example
White with #304B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B42; }
p { color: rgb(48,75,66); }
H1.HeaderClassName
{
color: #304B42;
}
.AnyTagClassName
{
color: #304B42;
}
</style>
background-color css
<style>
a { background-color: #304B42; }
a { background-color: rgb(48,75,66); }
div.DivClassName
{
background-color: #304B42;
}
.BgClassName
{
background-color: #304B42;
}
</style>
border-color css
<style>
span { border-color: #304B42; }
span { border-color: rgb(48,75,66); }
td.TdClassName
{
border-color: #304B42;
}
.TagClassName
{
border-color: #304B42;
}
</style>