Shades of Te Papa Green #265445
Tints of Te Papa Green #265445
RGB
CMYK
RGB Variations
Color information
#265445 (or 0x265445) is known color: Te Papa Green. HEX triplet: 26, 54 and 45. RGB value is (38,84,69). Sum of RGB (Red+Green+Blue) = 38+84+69=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #265445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265445 is #D9ABBA. Grayscale: #444444. Windows color (decimal): -14265275 or 4543526. OLE color: 4543526.
HSL color Cylindrical-coordinate representation of color #265445: hue angle of 160.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265445 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 69 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.67 |
| HSL | 160.43º | 0.38% | 0.24% | - |
| HSV(B) | 160.43º | 0.55% | 0.33% | - |
| XYZ | 5.04 | 7.18 | 6.75 | - |
| YUV | 68.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 69 | 0.55 | 0 | 0.18 | 0.67 | 160.43 | 0.38 | 0.24 |
| Hex | 26 | 54 | 45 | 37 | 0 | 12 | 43 | A0 | 26 | 18 |
| Octal | 46 | 124 | 105 | 67 | 0 | 22 | 103 | 240 | 46 | 30 |
| Binary | 100110 | 1010100 | 1000101 | 110111 | 0 | 10010 | 1000011 | 10100000 | 100110 | 11000 |
Color Harmonies of #265445
Complementary color
Monochromatic Colors of #265445
Black with #265445
Text Example
Text Example
White with #265445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265445; }
p { color: rgb(38,84,69); }
H1.HeaderClassName
{
color: #265445;
}
.AnyTagClassName
{
color: #265445;
}
</style>
background-color css
<style>
a { background-color: #265445; }
a { background-color: rgb(38,84,69); }
div.DivClassName
{
background-color: #265445;
}
.BgClassName
{
background-color: #265445;
}
</style>
border-color css
<style>
span { border-color: #265445; }
span { border-color: rgb(38,84,69); }
td.TdClassName
{
border-color: #265445;
}
.TagClassName
{
border-color: #265445;
}
</style>