Shades of Te Papa Green #25463D
Tints of Te Papa Green #25463D
RGB
CMYK
RGB Variations
Color information
#25463D (or 0x25463D) is known color: Te Papa Green. HEX triplet: 25, 46 and 3D. RGB value is (37,70,61). Sum of RGB (Red+Green+Blue) = 37+70+61=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #25463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25463D is #DAB9C2. Grayscale: #3B3B3B. Windows color (decimal): -14334403 or 4015653. OLE color: 4015653.
HSL color Cylindrical-coordinate representation of color #25463D: hue angle of 163.64º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25463D is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 61 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.73 |
| HSL | 163.64º | 0.31% | 0.21% | - |
| HSV(B) | 163.64º | 0.47% | 0.27% | - |
| XYZ | 3.8 | 5.11 | 5.2 | - |
| YUV | 59.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 61 | 0.47 | 0 | 0.13 | 0.73 | 163.64 | 0.31 | 0.21 |
| Hex | 25 | 46 | 3D | 2F | 0 | D | 49 | A4 | 1F | 15 |
| Octal | 45 | 106 | 75 | 57 | 0 | 15 | 111 | 244 | 37 | 25 |
| Binary | 100101 | 1000110 | 111101 | 101111 | 0 | 1101 | 1001001 | 10100100 | 11111 | 10101 |
Color Harmonies of #25463D
Complementary color
Monochromatic Colors of #25463D
Black with #25463D
Text Example
Text Example
White with #25463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25463D; }
p { color: rgb(37,70,61); }
H1.HeaderClassName
{
color: #25463D;
}
.AnyTagClassName
{
color: #25463D;
}
</style>
background-color css
<style>
a { background-color: #25463D; }
a { background-color: rgb(37,70,61); }
div.DivClassName
{
background-color: #25463D;
}
.BgClassName
{
background-color: #25463D;
}
</style>
border-color css
<style>
span { border-color: #25463D; }
span { border-color: rgb(37,70,61); }
td.TdClassName
{
border-color: #25463D;
}
.TagClassName
{
border-color: #25463D;
}
</style>