Shades of Te Papa Green #255445
Tints of Te Papa Green #255445
RGB
CMYK
RGB Variations
Color information
#255445 (or 0x255445) is known color: Te Papa Green. HEX triplet: 25, 54 and 45. RGB value is (37,84,69). Sum of RGB (Red+Green+Blue) = 37+84+69=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #255445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255445 is #DAABBA. Grayscale: #444444. Windows color (decimal): -14330811 or 4543525. OLE color: 4543525.
HSL color Cylindrical-coordinate representation of color #255445: hue angle of 160.85º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255445 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 84 | 69 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.67 |
| HSL | 160.85º | 0.39% | 0.24% | - |
| HSV(B) | 160.85º | 0.56% | 0.33% | - |
| XYZ | 5.01 | 7.16 | 6.75 | - |
| YUV | 68.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 69 | 0.56 | 0 | 0.18 | 0.67 | 160.85 | 0.39 | 0.24 |
| Hex | 25 | 54 | 45 | 38 | 0 | 12 | 43 | A1 | 27 | 18 |
| Octal | 45 | 124 | 105 | 70 | 0 | 22 | 103 | 241 | 47 | 30 |
| Binary | 100101 | 1010100 | 1000101 | 111000 | 0 | 10010 | 1000011 | 10100001 | 100111 | 11000 |
Color Harmonies of #255445
Complementary color
Monochromatic Colors of #255445
Black with #255445
Text Example
Text Example
White with #255445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255445; }
p { color: rgb(37,84,69); }
H1.HeaderClassName
{
color: #255445;
}
.AnyTagClassName
{
color: #255445;
}
</style>
background-color css
<style>
a { background-color: #255445; }
a { background-color: rgb(37,84,69); }
div.DivClassName
{
background-color: #255445;
}
.BgClassName
{
background-color: #255445;
}
</style>
border-color css
<style>
span { border-color: #255445; }
span { border-color: rgb(37,84,69); }
td.TdClassName
{
border-color: #255445;
}
.TagClassName
{
border-color: #255445;
}
</style>