Shades of Te Papa Green #25513F
Tints of Te Papa Green #25513F
RGB
CMYK
RGB Variations
Color information
#25513F (or 0x25513F) is known color: Te Papa Green. HEX triplet: 25, 51 and 3F. RGB value is (37,81,63). Sum of RGB (Red+Green+Blue) = 37+81+63=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #25513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25513F is #DAAEC0. Grayscale: #414141. Windows color (decimal): -14331585 or 4149541. OLE color: 4149541.
HSL color Cylindrical-coordinate representation of color #25513F: hue angle of 155.45º 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 #25513F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 63 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.68 |
| HSL | 155.45º | 0.37% | 0.23% | - |
| HSV(B) | 155.45º | 0.54% | 0.32% | - |
| XYZ | 4.6 | 6.64 | 5.74 | - |
| YUV | 65.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 63 | 0.54 | 0 | 0.22 | 0.68 | 155.45 | 0.37 | 0.23 |
| Hex | 25 | 51 | 3F | 36 | 0 | 16 | 44 | 9B | 25 | 17 |
| Octal | 45 | 121 | 77 | 66 | 0 | 26 | 104 | 233 | 45 | 27 |
| Binary | 100101 | 1010001 | 111111 | 110110 | 0 | 10110 | 1000100 | 10011011 | 100101 | 10111 |
Color Harmonies of #25513F
Complementary color
Monochromatic Colors of #25513F
Black with #25513F
Text Example
Text Example
White with #25513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25513F; }
p { color: rgb(37,81,63); }
H1.HeaderClassName
{
color: #25513F;
}
.AnyTagClassName
{
color: #25513F;
}
</style>
background-color css
<style>
a { background-color: #25513F; }
a { background-color: rgb(37,81,63); }
div.DivClassName
{
background-color: #25513F;
}
.BgClassName
{
background-color: #25513F;
}
</style>
border-color css
<style>
span { border-color: #25513F; }
span { border-color: rgb(37,81,63); }
td.TdClassName
{
border-color: #25513F;
}
.TagClassName
{
border-color: #25513F;
}
</style>