Shades of Te Papa Green #255140
Tints of Te Papa Green #255140
RGB
CMYK
RGB Variations
Color information
#255140 (or 0x255140) is known color: Te Papa Green. HEX triplet: 25, 51 and 40. RGB value is (37,81,64). Sum of RGB (Red+Green+Blue) = 37+81+64=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #255140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255140 is #DAAEBF. Grayscale: #414141. Windows color (decimal): -14331584 or 4215077. OLE color: 4215077.
HSL color Cylindrical-coordinate representation of color #255140: hue angle of 156.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255140 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 64 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.68 |
| HSL | 156.82º | 0.37% | 0.23% | - |
| HSV(B) | 156.82º | 0.54% | 0.32% | - |
| XYZ | 4.63 | 6.65 | 5.89 | - |
| YUV | 65.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 64 | 0.54 | 0 | 0.21 | 0.68 | 156.82 | 0.37 | 0.23 |
| Hex | 25 | 51 | 40 | 36 | 0 | 15 | 44 | 9D | 25 | 17 |
| Octal | 45 | 121 | 100 | 66 | 0 | 25 | 104 | 235 | 45 | 27 |
| Binary | 100101 | 1010001 | 1000000 | 110110 | 0 | 10101 | 1000100 | 10011101 | 100101 | 10111 |
Color Harmonies of #255140
Complementary color
Monochromatic Colors of #255140
Black with #255140
Text Example
Text Example
White with #255140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255140; }
p { color: rgb(37,81,64); }
H1.HeaderClassName
{
color: #255140;
}
.AnyTagClassName
{
color: #255140;
}
</style>
background-color css
<style>
a { background-color: #255140; }
a { background-color: rgb(37,81,64); }
div.DivClassName
{
background-color: #255140;
}
.BgClassName
{
background-color: #255140;
}
</style>
border-color css
<style>
span { border-color: #255140; }
span { border-color: rgb(37,81,64); }
td.TdClassName
{
border-color: #255140;
}
.TagClassName
{
border-color: #255140;
}
</style>