Shades of Te Papa Green #305543
Tints of Te Papa Green #305543
RGB
CMYK
RGB Variations
Color information
#305543 (or 0x305543) is known color: Te Papa Green. HEX triplet: 30, 55 and 43. RGB value is (48,85,67). Sum of RGB (Red+Green+Blue) = 48+85+67=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #305543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305543 is #CFAABC. Grayscale: #474747. Windows color (decimal): -13609661 or 4412720. OLE color: 4412720.
HSL color Cylindrical-coordinate representation of color #305543: hue angle of 150.81º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305543 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 67 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.67 |
| HSL | 150.81º | 0.28% | 0.26% | - |
| HSV(B) | 150.81º | 0.44% | 0.33% | - |
| XYZ | 5.48 | 7.53 | 6.47 | - |
| YUV | 71.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 67 | 0.44 | 0 | 0.21 | 0.67 | 150.81 | 0.28 | 0.26 |
| Hex | 30 | 55 | 43 | 2C | 0 | 15 | 43 | 97 | 1C | 1A |
| Octal | 60 | 125 | 103 | 54 | 0 | 25 | 103 | 227 | 34 | 32 |
| Binary | 110000 | 1010101 | 1000011 | 101100 | 0 | 10101 | 1000011 | 10010111 | 11100 | 11010 |
Color Harmonies of #305543
Complementary color
Monochromatic Colors of #305543
Black with #305543
Text Example
Text Example
White with #305543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305543; }
p { color: rgb(48,85,67); }
H1.HeaderClassName
{
color: #305543;
}
.AnyTagClassName
{
color: #305543;
}
</style>
background-color css
<style>
a { background-color: #305543; }
a { background-color: rgb(48,85,67); }
div.DivClassName
{
background-color: #305543;
}
.BgClassName
{
background-color: #305543;
}
</style>
border-color css
<style>
span { border-color: #305543; }
span { border-color: rgb(48,85,67); }
td.TdClassName
{
border-color: #305543;
}
.TagClassName
{
border-color: #305543;
}
</style>