Shades of Te Papa Green #254D3F
Tints of Te Papa Green #254D3F
RGB
CMYK
RGB Variations
Color information
#254D3F (or 0x254D3F) is known color: Te Papa Green. HEX triplet: 25, 4D and 3F. RGB value is (37,77,63). Sum of RGB (Red+Green+Blue) = 37+77+63=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #254D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D3F is #DAB2C0. Grayscale: #3F3F3F. Windows color (decimal): -14332609 or 4148517. OLE color: 4148517.
HSL color Cylindrical-coordinate representation of color #254D3F: hue angle of 159º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D3F is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 63 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.70 |
| HSL | 159º | 0.35% | 0.22% | - |
| HSV(B) | 159º | 0.52% | 0.3% | - |
| XYZ | 4.31 | 6.06 | 5.64 | - |
| YUV | 63.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 63 | 0.52 | 0 | 0.18 | 0.70 | 159 | 0.35 | 0.22 |
| Hex | 25 | 4D | 3F | 34 | 0 | 12 | 46 | 9F | 23 | 16 |
| Octal | 45 | 115 | 77 | 64 | 0 | 22 | 106 | 237 | 43 | 26 |
| Binary | 100101 | 1001101 | 111111 | 110100 | 0 | 10010 | 1000110 | 10011111 | 100011 | 10110 |
Color Harmonies of #254D3F
Complementary color
Monochromatic Colors of #254D3F
Black with #254D3F
Text Example
Text Example
White with #254D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D3F; }
p { color: rgb(37,77,63); }
H1.HeaderClassName
{
color: #254D3F;
}
.AnyTagClassName
{
color: #254D3F;
}
</style>
background-color css
<style>
a { background-color: #254D3F; }
a { background-color: rgb(37,77,63); }
div.DivClassName
{
background-color: #254D3F;
}
.BgClassName
{
background-color: #254D3F;
}
</style>
border-color css
<style>
span { border-color: #254D3F; }
span { border-color: rgb(37,77,63); }
td.TdClassName
{
border-color: #254D3F;
}
.TagClassName
{
border-color: #254D3F;
}
</style>