Shades of Te Papa Green #25483D
Tints of Te Papa Green #25483D
RGB
CMYK
RGB Variations
Color information
#25483D (or 0x25483D) is known color: Te Papa Green. HEX triplet: 25, 48 and 3D. RGB value is (37,72,61). Sum of RGB (Red+Green+Blue) = 37+72+61=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #25483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25483D is #DAB7C2. Grayscale: #3C3C3C. Windows color (decimal): -14333891 or 4016165. OLE color: 4016165.
HSL color Cylindrical-coordinate representation of color #25483D: hue angle of 161.14º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25483D is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 72 | 61 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.72 |
| HSL | 161.14º | 0.32% | 0.21% | - |
| HSV(B) | 161.14º | 0.49% | 0.28% | - |
| XYZ | 3.92 | 5.36 | 5.24 | - |
| YUV | 60.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 61 | 0.49 | 0 | 0.15 | 0.72 | 161.14 | 0.32 | 0.21 |
| Hex | 25 | 48 | 3D | 31 | 0 | F | 48 | A1 | 20 | 15 |
| Octal | 45 | 110 | 75 | 61 | 0 | 17 | 110 | 241 | 40 | 25 |
| Binary | 100101 | 1001000 | 111101 | 110001 | 0 | 1111 | 1001000 | 10100001 | 100000 | 10101 |
Color Harmonies of #25483D
Complementary color
Monochromatic Colors of #25483D
Black with #25483D
Text Example
Text Example
White with #25483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25483D; }
p { color: rgb(37,72,61); }
H1.HeaderClassName
{
color: #25483D;
}
.AnyTagClassName
{
color: #25483D;
}
</style>
background-color css
<style>
a { background-color: #25483D; }
a { background-color: rgb(37,72,61); }
div.DivClassName
{
background-color: #25483D;
}
.BgClassName
{
background-color: #25483D;
}
</style>
border-color css
<style>
span { border-color: #25483D; }
span { border-color: rgb(37,72,61); }
td.TdClassName
{
border-color: #25483D;
}
.TagClassName
{
border-color: #25483D;
}
</style>