Shades of Te Papa Green #265646
Tints of Te Papa Green #265646
RGB
CMYK
RGB Variations
Color information
#265646 (or 0x265646) is known color: Te Papa Green. HEX triplet: 26, 56 and 46. RGB value is (38,86,70). Sum of RGB (Red+Green+Blue) = 38+86+70=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #265646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265646 is #D9A9B9. Grayscale: #454545. Windows color (decimal): -14264762 or 4609574. OLE color: 4609574.
HSL color Cylindrical-coordinate representation of color #265646: hue angle of 160º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265646 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 86 | 70 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.66 |
| HSL | 160º | 0.39% | 0.24% | - |
| HSV(B) | 160º | 0.56% | 0.34% | - |
| XYZ | 5.23 | 7.51 | 6.97 | - |
| YUV | 69.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 70 | 0.56 | 0 | 0.19 | 0.66 | 160 | 0.39 | 0.24 |
| Hex | 26 | 56 | 46 | 38 | 0 | 13 | 42 | A0 | 27 | 18 |
| Octal | 46 | 126 | 106 | 70 | 0 | 23 | 102 | 240 | 47 | 30 |
| Binary | 100110 | 1010110 | 1000110 | 111000 | 0 | 10011 | 1000010 | 10100000 | 100111 | 11000 |
Color Harmonies of #265646
Complementary color
Monochromatic Colors of #265646
Black with #265646
Text Example
Text Example
White with #265646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265646; }
p { color: rgb(38,86,70); }
H1.HeaderClassName
{
color: #265646;
}
.AnyTagClassName
{
color: #265646;
}
</style>
background-color css
<style>
a { background-color: #265646; }
a { background-color: rgb(38,86,70); }
div.DivClassName
{
background-color: #265646;
}
.BgClassName
{
background-color: #265646;
}
</style>
border-color css
<style>
span { border-color: #265646; }
span { border-color: rgb(38,86,70); }
td.TdClassName
{
border-color: #265646;
}
.TagClassName
{
border-color: #265646;
}
</style>