Shades of Te Papa Green #255040
Tints of Te Papa Green #255040
RGB
CMYK
RGB Variations
Color information
#255040 (or 0x255040) is known color: Te Papa Green. HEX triplet: 25, 50 and 40. RGB value is (37,80,64). Sum of RGB (Red+Green+Blue) = 37+80+64=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #255040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255040 is #DAAFBF. Grayscale: #414141. Windows color (decimal): -14331840 or 4214821. OLE color: 4214821.
HSL color Cylindrical-coordinate representation of color #255040: hue angle of 157.67º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255040 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 64 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.69 |
| HSL | 157.67º | 0.37% | 0.23% | - |
| HSV(B) | 157.67º | 0.54% | 0.31% | - |
| XYZ | 4.56 | 6.5 | 5.87 | - |
| YUV | 65.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 64 | 0.54 | 0 | 0.20 | 0.69 | 157.67 | 0.37 | 0.23 |
| Hex | 25 | 50 | 40 | 36 | 0 | 14 | 45 | 9E | 25 | 17 |
| Octal | 45 | 120 | 100 | 66 | 0 | 24 | 105 | 236 | 45 | 27 |
| Binary | 100101 | 1010000 | 1000000 | 110110 | 0 | 10100 | 1000101 | 10011110 | 100101 | 10111 |
Color Harmonies of #255040
Complementary color
Monochromatic Colors of #255040
Black with #255040
Text Example
Text Example
White with #255040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255040; }
p { color: rgb(37,80,64); }
H1.HeaderClassName
{
color: #255040;
}
.AnyTagClassName
{
color: #255040;
}
</style>
background-color css
<style>
a { background-color: #255040; }
a { background-color: rgb(37,80,64); }
div.DivClassName
{
background-color: #255040;
}
.BgClassName
{
background-color: #255040;
}
</style>
border-color css
<style>
span { border-color: #255040; }
span { border-color: rgb(37,80,64); }
td.TdClassName
{
border-color: #255040;
}
.TagClassName
{
border-color: #255040;
}
</style>