Shades of Te Papa Green #26503E
Tints of Te Papa Green #26503E
RGB
CMYK
RGB Variations
Color information
#26503E (or 0x26503E) is known color: Te Papa Green. HEX triplet: 26, 50 and 3E. RGB value is (38,80,62). Sum of RGB (Red+Green+Blue) = 38+80+62=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #26503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26503E is #D9AFC1. Grayscale: #414141. Windows color (decimal): -14266306 or 4083750. OLE color: 4083750.
HSL color Cylindrical-coordinate representation of color #26503E: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26503E is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 80 | 62 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.69 |
| HSL | 154.29º | 0.36% | 0.23% | - |
| HSV(B) | 154.29º | 0.53% | 0.31% | - |
| XYZ | 4.54 | 6.5 | 5.57 | - |
| YUV | 65.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 62 | 0.52 | 0 | 0.22 | 0.69 | 154.29 | 0.36 | 0.23 |
| Hex | 26 | 50 | 3E | 34 | 0 | 16 | 45 | 9A | 24 | 17 |
| Octal | 46 | 120 | 76 | 64 | 0 | 26 | 105 | 232 | 44 | 27 |
| Binary | 100110 | 1010000 | 111110 | 110100 | 0 | 10110 | 1000101 | 10011010 | 100100 | 10111 |
Color Harmonies of #26503E
Complementary color
Monochromatic Colors of #26503E
Black with #26503E
Text Example
Text Example
White with #26503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26503E; }
p { color: rgb(38,80,62); }
H1.HeaderClassName
{
color: #26503E;
}
.AnyTagClassName
{
color: #26503E;
}
</style>
background-color css
<style>
a { background-color: #26503E; }
a { background-color: rgb(38,80,62); }
div.DivClassName
{
background-color: #26503E;
}
.BgClassName
{
background-color: #26503E;
}
</style>
border-color css
<style>
span { border-color: #26503E; }
span { border-color: rgb(38,80,62); }
td.TdClassName
{
border-color: #26503E;
}
.TagClassName
{
border-color: #26503E;
}
</style>