Shades of Te Papa Green #255642
Tints of Te Papa Green #255642
RGB
CMYK
RGB Variations
Color information
#255642 (or 0x255642) is known color: Te Papa Green. HEX triplet: 25, 56 and 42. RGB value is (37,86,66). Sum of RGB (Red+Green+Blue) = 37+86+66=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #255642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255642 is #DAA9BD. Grayscale: #454545. Windows color (decimal): -14330302 or 4347429. OLE color: 4347429.
HSL color Cylindrical-coordinate representation of color #255642: hue angle of 155.51º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255642 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 86 | 66 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.66 |
| HSL | 155.51º | 0.4% | 0.24% | - |
| HSV(B) | 155.51º | 0.57% | 0.34% | - |
| XYZ | 5.07 | 7.44 | 6.32 | - |
| YUV | 69.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 66 | 0.57 | 0 | 0.23 | 0.66 | 155.51 | 0.4 | 0.24 |
| Hex | 25 | 56 | 42 | 39 | 0 | 17 | 42 | 9C | 28 | 18 |
| Octal | 45 | 126 | 102 | 71 | 0 | 27 | 102 | 234 | 50 | 30 |
| Binary | 100101 | 1010110 | 1000010 | 111001 | 0 | 10111 | 1000010 | 10011100 | 101000 | 11000 |
Color Harmonies of #255642
Complementary color
Monochromatic Colors of #255642
Black with #255642
Text Example
Text Example
White with #255642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255642; }
p { color: rgb(37,86,66); }
H1.HeaderClassName
{
color: #255642;
}
.AnyTagClassName
{
color: #255642;
}
</style>
background-color css
<style>
a { background-color: #255642; }
a { background-color: rgb(37,86,66); }
div.DivClassName
{
background-color: #255642;
}
.BgClassName
{
background-color: #255642;
}
</style>
border-color css
<style>
span { border-color: #255642; }
span { border-color: rgb(37,86,66); }
td.TdClassName
{
border-color: #255642;
}
.TagClassName
{
border-color: #255642;
}
</style>