Shades of Te Papa Green #25493E
Tints of Te Papa Green #25493E
RGB
CMYK
RGB Variations
Color information
#25493E (or 0x25493E) is known color: Te Papa Green. HEX triplet: 25, 49 and 3E. RGB value is (37,73,62). Sum of RGB (Red+Green+Blue) = 37+73+62=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #25493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25493E is #DAB6C1. Grayscale: #3C3C3C. Windows color (decimal): -14333634 or 4081957. OLE color: 4081957.
HSL color Cylindrical-coordinate representation of color #25493E: hue angle of 161.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25493E is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 62 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.71 |
| HSL | 161.67º | 0.33% | 0.22% | - |
| HSV(B) | 161.67º | 0.49% | 0.29% | - |
| XYZ | 4.01 | 5.51 | 5.41 | - |
| YUV | 60.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 62 | 0.49 | 0 | 0.15 | 0.71 | 161.67 | 0.33 | 0.22 |
| Hex | 25 | 49 | 3E | 31 | 0 | F | 47 | A2 | 21 | 16 |
| Octal | 45 | 111 | 76 | 61 | 0 | 17 | 107 | 242 | 41 | 26 |
| Binary | 100101 | 1001001 | 111110 | 110001 | 0 | 1111 | 1000111 | 10100010 | 100001 | 10110 |
Color Harmonies of #25493E
Complementary color
Monochromatic Colors of #25493E
Black with #25493E
Text Example
Text Example
White with #25493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25493E; }
p { color: rgb(37,73,62); }
H1.HeaderClassName
{
color: #25493E;
}
.AnyTagClassName
{
color: #25493E;
}
</style>
background-color css
<style>
a { background-color: #25493E; }
a { background-color: rgb(37,73,62); }
div.DivClassName
{
background-color: #25493E;
}
.BgClassName
{
background-color: #25493E;
}
</style>
border-color css
<style>
span { border-color: #25493E; }
span { border-color: rgb(37,73,62); }
td.TdClassName
{
border-color: #25493E;
}
.TagClassName
{
border-color: #25493E;
}
</style>