Shades of Te Papa Green #275240
Tints of Te Papa Green #275240
RGB
CMYK
RGB Variations
Color information
#275240 (or 0x275240) is known color: Te Papa Green. HEX triplet: 27, 52 and 40. RGB value is (39,82,64). Sum of RGB (Red+Green+Blue) = 39+82+64=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #275240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275240 is #D8ADBF. Grayscale: #434343. Windows color (decimal): -14200256 or 4215335. OLE color: 4215335.
HSL color Cylindrical-coordinate representation of color #275240: hue angle of 154.88º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275240 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 64 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.68 |
| HSL | 154.88º | 0.36% | 0.24% | - |
| HSV(B) | 154.88º | 0.52% | 0.32% | - |
| XYZ | 4.78 | 6.84 | 5.92 | - |
| YUV | 67.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 64 | 0.52 | 0 | 0.22 | 0.68 | 154.88 | 0.36 | 0.24 |
| Hex | 27 | 52 | 40 | 34 | 0 | 16 | 44 | 9B | 24 | 18 |
| Octal | 47 | 122 | 100 | 64 | 0 | 26 | 104 | 233 | 44 | 30 |
| Binary | 100111 | 1010010 | 1000000 | 110100 | 0 | 10110 | 1000100 | 10011011 | 100100 | 11000 |
Color Harmonies of #275240
Complementary color
Monochromatic Colors of #275240
Black with #275240
Text Example
Text Example
White with #275240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275240; }
p { color: rgb(39,82,64); }
H1.HeaderClassName
{
color: #275240;
}
.AnyTagClassName
{
color: #275240;
}
</style>
background-color css
<style>
a { background-color: #275240; }
a { background-color: rgb(39,82,64); }
div.DivClassName
{
background-color: #275240;
}
.BgClassName
{
background-color: #275240;
}
</style>
border-color css
<style>
span { border-color: #275240; }
span { border-color: rgb(39,82,64); }
td.TdClassName
{
border-color: #275240;
}
.TagClassName
{
border-color: #275240;
}
</style>