Shades of Te Papa Green #25493D
Tints of Te Papa Green #25493D
RGB
CMYK
RGB Variations
Color information
#25493D (or 0x25493D) is known color: Te Papa Green. HEX triplet: 25, 49 and 3D. RGB value is (37,73,61). Sum of RGB (Red+Green+Blue) = 37+73+61=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #25493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25493D is #DAB6C2. Grayscale: #3C3C3C. Windows color (decimal): -14333635 or 4016421. OLE color: 4016421.
HSL color Cylindrical-coordinate representation of color #25493D: hue angle of 160º 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 #25493D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 61 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.71 |
| HSL | 160º | 0.33% | 0.22% | - |
| HSV(B) | 160º | 0.49% | 0.29% | - |
| XYZ | 3.99 | 5.5 | 5.27 | - |
| YUV | 60.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 61 | 0.49 | 0 | 0.16 | 0.71 | 160 | 0.33 | 0.22 |
| Hex | 25 | 49 | 3D | 31 | 0 | 10 | 47 | A0 | 21 | 16 |
| Octal | 45 | 111 | 75 | 61 | 0 | 20 | 107 | 240 | 41 | 26 |
| Binary | 100101 | 1001001 | 111101 | 110001 | 0 | 10000 | 1000111 | 10100000 | 100001 | 10110 |
Color Harmonies of #25493D
Complementary color
Monochromatic Colors of #25493D
Black with #25493D
Text Example
Text Example
White with #25493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25493D; }
p { color: rgb(37,73,61); }
H1.HeaderClassName
{
color: #25493D;
}
.AnyTagClassName
{
color: #25493D;
}
</style>
background-color css
<style>
a { background-color: #25493D; }
a { background-color: rgb(37,73,61); }
div.DivClassName
{
background-color: #25493D;
}
.BgClassName
{
background-color: #25493D;
}
</style>
border-color css
<style>
span { border-color: #25493D; }
span { border-color: rgb(37,73,61); }
td.TdClassName
{
border-color: #25493D;
}
.TagClassName
{
border-color: #25493D;
}
</style>