Shades of Te Papa Green #304841
Tints of Te Papa Green #304841
RGB
CMYK
RGB Variations
Color information
#304841 (or 0x304841) is known color: Te Papa Green. HEX triplet: 30, 48 and 41. RGB value is (48,72,65). Sum of RGB (Red+Green+Blue) = 48+72+65=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #304841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304841 is #CFB7BE. Grayscale: #404040. Windows color (decimal): -13612991 or 4278320. OLE color: 4278320.
HSL color Cylindrical-coordinate representation of color #304841: hue angle of 162.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304841 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 65 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.72 |
| HSL | 162.5º | 0.2% | 0.24% | - |
| HSV(B) | 162.5º | 0.33% | 0.28% | - |
| XYZ | 4.49 | 5.64 | 5.85 | - |
| YUV | 64.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 65 | 0.33 | 0 | 0.10 | 0.72 | 162.5 | 0.2 | 0.24 |
| Hex | 30 | 48 | 41 | 21 | 0 | A | 48 | A2 | 14 | 18 |
| Octal | 60 | 110 | 101 | 41 | 0 | 12 | 110 | 242 | 24 | 30 |
| Binary | 110000 | 1001000 | 1000001 | 100001 | 0 | 1010 | 1001000 | 10100010 | 10100 | 11000 |
Color Harmonies of #304841
Complementary color
Monochromatic Colors of #304841
Black with #304841
Text Example
Text Example
White with #304841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304841; }
p { color: rgb(48,72,65); }
H1.HeaderClassName
{
color: #304841;
}
.AnyTagClassName
{
color: #304841;
}
</style>
background-color css
<style>
a { background-color: #304841; }
a { background-color: rgb(48,72,65); }
div.DivClassName
{
background-color: #304841;
}
.BgClassName
{
background-color: #304841;
}
</style>
border-color css
<style>
span { border-color: #304841; }
span { border-color: rgb(48,72,65); }
td.TdClassName
{
border-color: #304841;
}
.TagClassName
{
border-color: #304841;
}
</style>