Shades of Te Papa Green #305344
Tints of Te Papa Green #305344
RGB
CMYK
RGB Variations
Color information
#305344 (or 0x305344) is known color: Te Papa Green. HEX triplet: 30, 53 and 44. RGB value is (48,83,68). Sum of RGB (Red+Green+Blue) = 48+83+68=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #305344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305344 is #CFACBB. Grayscale: #464646. Windows color (decimal): -13610172 or 4477744. OLE color: 4477744.
HSL color Cylindrical-coordinate representation of color #305344: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305344 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 68 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.67 |
| HSL | 154.29º | 0.27% | 0.26% | - |
| HSV(B) | 154.29º | 0.42% | 0.33% | - |
| XYZ | 5.36 | 7.23 | 6.58 | - |
| YUV | 70.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 68 | 0.42 | 0 | 0.18 | 0.67 | 154.29 | 0.27 | 0.26 |
| Hex | 30 | 53 | 44 | 2A | 0 | 12 | 43 | 9A | 1B | 1A |
| Octal | 60 | 123 | 104 | 52 | 0 | 22 | 103 | 232 | 33 | 32 |
| Binary | 110000 | 1010011 | 1000100 | 101010 | 0 | 10010 | 1000011 | 10011010 | 11011 | 11010 |
Color Harmonies of #305344
Complementary color
Monochromatic Colors of #305344
Black with #305344
Text Example
Text Example
White with #305344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305344; }
p { color: rgb(48,83,68); }
H1.HeaderClassName
{
color: #305344;
}
.AnyTagClassName
{
color: #305344;
}
</style>
background-color css
<style>
a { background-color: #305344; }
a { background-color: rgb(48,83,68); }
div.DivClassName
{
background-color: #305344;
}
.BgClassName
{
background-color: #305344;
}
</style>
border-color css
<style>
span { border-color: #305344; }
span { border-color: rgb(48,83,68); }
td.TdClassName
{
border-color: #305344;
}
.TagClassName
{
border-color: #305344;
}
</style>