Shades of Te Papa Green #305140
Tints of Te Papa Green #305140
RGB
CMYK
RGB Variations
Color information
#305140 (or 0x305140) is known color: Te Papa Green. HEX triplet: 30, 51 and 40. RGB value is (48,81,64). Sum of RGB (Red+Green+Blue) = 48+81+64=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #305140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305140 is #CFAEBF. Grayscale: #454545. Windows color (decimal): -13610688 or 4215088. OLE color: 4215088.
HSL color Cylindrical-coordinate representation of color #305140: hue angle of 149.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305140 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 64 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.68 |
| HSL | 149.09º | 0.26% | 0.25% | - |
| HSV(B) | 149.09º | 0.41% | 0.32% | - |
| XYZ | 5.09 | 6.88 | 5.91 | - |
| YUV | 69.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 64 | 0.41 | 0 | 0.21 | 0.68 | 149.09 | 0.26 | 0.25 |
| Hex | 30 | 51 | 40 | 29 | 0 | 15 | 44 | 95 | 1A | 19 |
| Octal | 60 | 121 | 100 | 51 | 0 | 25 | 104 | 225 | 32 | 31 |
| Binary | 110000 | 1010001 | 1000000 | 101001 | 0 | 10101 | 1000100 | 10010101 | 11010 | 11001 |
Color Harmonies of #305140
Complementary color
Monochromatic Colors of #305140
Black with #305140
Text Example
Text Example
White with #305140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305140; }
p { color: rgb(48,81,64); }
H1.HeaderClassName
{
color: #305140;
}
.AnyTagClassName
{
color: #305140;
}
</style>
background-color css
<style>
a { background-color: #305140; }
a { background-color: rgb(48,81,64); }
div.DivClassName
{
background-color: #305140;
}
.BgClassName
{
background-color: #305140;
}
</style>
border-color css
<style>
span { border-color: #305140; }
span { border-color: rgb(48,81,64); }
td.TdClassName
{
border-color: #305140;
}
.TagClassName
{
border-color: #305140;
}
</style>