Shades of Te Papa Green #265644
Tints of Te Papa Green #265644
RGB
CMYK
RGB Variations
Color information
#265644 (or 0x265644) is known color: Te Papa Green. HEX triplet: 26, 56 and 44. RGB value is (38,86,68). Sum of RGB (Red+Green+Blue) = 38+86+68=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #265644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265644 is #D9A9BB. Grayscale: #454545. Windows color (decimal): -14264764 or 4478502. OLE color: 4478502.
HSL color Cylindrical-coordinate representation of color #265644: hue angle of 157.5º 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 #265644 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 86 | 68 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.66 |
| HSL | 157.5º | 0.39% | 0.24% | - |
| HSV(B) | 157.5º | 0.56% | 0.34% | - |
| XYZ | 5.17 | 7.49 | 6.64 | - |
| YUV | 69.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 68 | 0.56 | 0 | 0.21 | 0.66 | 157.5 | 0.39 | 0.24 |
| Hex | 26 | 56 | 44 | 38 | 0 | 15 | 42 | 9E | 27 | 18 |
| Octal | 46 | 126 | 104 | 70 | 0 | 25 | 102 | 236 | 47 | 30 |
| Binary | 100110 | 1010110 | 1000100 | 111000 | 0 | 10101 | 1000010 | 10011110 | 100111 | 11000 |
Color Harmonies of #265644
Complementary color
Monochromatic Colors of #265644
Black with #265644
Text Example
Text Example
White with #265644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265644; }
p { color: rgb(38,86,68); }
H1.HeaderClassName
{
color: #265644;
}
.AnyTagClassName
{
color: #265644;
}
</style>
background-color css
<style>
a { background-color: #265644; }
a { background-color: rgb(38,86,68); }
div.DivClassName
{
background-color: #265644;
}
.BgClassName
{
background-color: #265644;
}
</style>
border-color css
<style>
span { border-color: #265644; }
span { border-color: rgb(38,86,68); }
td.TdClassName
{
border-color: #265644;
}
.TagClassName
{
border-color: #265644;
}
</style>