Shades of Te Papa Green #26513F
Tints of Te Papa Green #26513F
RGB
CMYK
RGB Variations
Color information
#26513F (or 0x26513F) is known color: Te Papa Green. HEX triplet: 26, 51 and 3F. RGB value is (38,81,63). Sum of RGB (Red+Green+Blue) = 38+81+63=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #26513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26513F is #D9AEC0. Grayscale: #424242. Windows color (decimal): -14266049 or 4149542. OLE color: 4149542.
HSL color Cylindrical-coordinate representation of color #26513F: hue angle of 154.88º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26513F is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 63 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.68 |
| HSL | 154.88º | 0.36% | 0.23% | - |
| HSV(B) | 154.88º | 0.53% | 0.32% | - |
| XYZ | 4.64 | 6.66 | 5.74 | - |
| YUV | 66.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 63 | 0.53 | 0 | 0.22 | 0.68 | 154.88 | 0.36 | 0.23 |
| Hex | 26 | 51 | 3F | 35 | 0 | 16 | 44 | 9B | 24 | 17 |
| Octal | 46 | 121 | 77 | 65 | 0 | 26 | 104 | 233 | 44 | 27 |
| Binary | 100110 | 1010001 | 111111 | 110101 | 0 | 10110 | 1000100 | 10011011 | 100100 | 10111 |
Color Harmonies of #26513F
Complementary color
Monochromatic Colors of #26513F
Black with #26513F
Text Example
Text Example
White with #26513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26513F; }
p { color: rgb(38,81,63); }
H1.HeaderClassName
{
color: #26513F;
}
.AnyTagClassName
{
color: #26513F;
}
</style>
background-color css
<style>
a { background-color: #26513F; }
a { background-color: rgb(38,81,63); }
div.DivClassName
{
background-color: #26513F;
}
.BgClassName
{
background-color: #26513F;
}
</style>
border-color css
<style>
span { border-color: #26513F; }
span { border-color: rgb(38,81,63); }
td.TdClassName
{
border-color: #26513F;
}
.TagClassName
{
border-color: #26513F;
}
</style>