Shades of Te Papa Green #275646
Tints of Te Papa Green #275646
RGB
CMYK
RGB Variations
Color information
#275646 (or 0x275646) is known color: Te Papa Green. HEX triplet: 27, 56 and 46. RGB value is (39,86,70). Sum of RGB (Red+Green+Blue) = 39+86+70=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #275646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275646 is #D8A9B9. Grayscale: #464646. Windows color (decimal): -14199226 or 4609575. OLE color: 4609575.
HSL color Cylindrical-coordinate representation of color #275646: hue angle of 159.57º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275646 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 86 | 70 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.66 |
| HSL | 159.57º | 0.38% | 0.25% | - |
| HSV(B) | 159.57º | 0.55% | 0.34% | - |
| XYZ | 5.27 | 7.53 | 6.97 | - |
| YUV | 70.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 70 | 0.55 | 0 | 0.19 | 0.66 | 159.57 | 0.38 | 0.25 |
| Hex | 27 | 56 | 46 | 37 | 0 | 13 | 42 | A0 | 26 | 19 |
| Octal | 47 | 126 | 106 | 67 | 0 | 23 | 102 | 240 | 46 | 31 |
| Binary | 100111 | 1010110 | 1000110 | 110111 | 0 | 10011 | 1000010 | 10100000 | 100110 | 11001 |
Color Harmonies of #275646
Complementary color
Monochromatic Colors of #275646
Black with #275646
Text Example
Text Example
White with #275646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275646; }
p { color: rgb(39,86,70); }
H1.HeaderClassName
{
color: #275646;
}
.AnyTagClassName
{
color: #275646;
}
</style>
background-color css
<style>
a { background-color: #275646; }
a { background-color: rgb(39,86,70); }
div.DivClassName
{
background-color: #275646;
}
.BgClassName
{
background-color: #275646;
}
</style>
border-color css
<style>
span { border-color: #275646; }
span { border-color: rgb(39,86,70); }
td.TdClassName
{
border-color: #275646;
}
.TagClassName
{
border-color: #275646;
}
</style>