Shades of Te Papa Green #304B40
Tints of Te Papa Green #304B40
RGB
CMYK
RGB Variations
Color information
#304B40 (or 0x304B40) is known color: Te Papa Green. HEX triplet: 30, 4B and 40. RGB value is (48,75,64). Sum of RGB (Red+Green+Blue) = 48+75+64=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #304B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B40 is #CFB4BF. Grayscale: #414141. Windows color (decimal): -13612224 or 4213552. OLE color: 4213552.
HSL color Cylindrical-coordinate representation of color #304B40: hue angle of 155.56º 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 #304B40 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 64 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.71 |
| HSL | 155.56º | 0.22% | 0.24% | - |
| HSV(B) | 155.56º | 0.36% | 0.29% | - |
| XYZ | 4.66 | 6.03 | 5.77 | - |
| YUV | 65.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 64 | 0.36 | 0 | 0.15 | 0.71 | 155.56 | 0.22 | 0.24 |
| Hex | 30 | 4B | 40 | 24 | 0 | F | 47 | 9C | 16 | 18 |
| Octal | 60 | 113 | 100 | 44 | 0 | 17 | 107 | 234 | 26 | 30 |
| Binary | 110000 | 1001011 | 1000000 | 100100 | 0 | 1111 | 1000111 | 10011100 | 10110 | 11000 |
Color Harmonies of #304B40
Complementary color
Monochromatic Colors of #304B40
Black with #304B40
Text Example
Text Example
White with #304B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B40; }
p { color: rgb(48,75,64); }
H1.HeaderClassName
{
color: #304B40;
}
.AnyTagClassName
{
color: #304B40;
}
</style>
background-color css
<style>
a { background-color: #304B40; }
a { background-color: rgb(48,75,64); }
div.DivClassName
{
background-color: #304B40;
}
.BgClassName
{
background-color: #304B40;
}
</style>
border-color css
<style>
span { border-color: #304B40; }
span { border-color: rgb(48,75,64); }
td.TdClassName
{
border-color: #304B40;
}
.TagClassName
{
border-color: #304B40;
}
</style>