Shades of Te Papa Green #26493C
Tints of Te Papa Green #26493C
RGB
CMYK
RGB Variations
Color information
#26493C (or 0x26493C) is known color: Te Papa Green. HEX triplet: 26, 49 and 3C. RGB value is (38,73,60). Sum of RGB (Red+Green+Blue) = 38+73+60=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #26493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26493C is #D9B6C3. Grayscale: #3D3D3D. Windows color (decimal): -14268100 or 3950886. OLE color: 3950886.
HSL color Cylindrical-coordinate representation of color #26493C: hue angle of 157.71º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26493C is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 60 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.71 |
| HSL | 157.71º | 0.32% | 0.22% | - |
| HSV(B) | 157.71º | 0.48% | 0.29% | - |
| XYZ | 4 | 5.5 | 5.13 | - |
| YUV | 61.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 60 | 0.48 | 0 | 0.18 | 0.71 | 157.71 | 0.32 | 0.22 |
| Hex | 26 | 49 | 3C | 30 | 0 | 12 | 47 | 9E | 20 | 16 |
| Octal | 46 | 111 | 74 | 60 | 0 | 22 | 107 | 236 | 40 | 26 |
| Binary | 100110 | 1001001 | 111100 | 110000 | 0 | 10010 | 1000111 | 10011110 | 100000 | 10110 |
Color Harmonies of #26493C
Complementary color
Monochromatic Colors of #26493C
Black with #26493C
Text Example
Text Example
White with #26493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26493C; }
p { color: rgb(38,73,60); }
H1.HeaderClassName
{
color: #26493C;
}
.AnyTagClassName
{
color: #26493C;
}
</style>
background-color css
<style>
a { background-color: #26493C; }
a { background-color: rgb(38,73,60); }
div.DivClassName
{
background-color: #26493C;
}
.BgClassName
{
background-color: #26493C;
}
</style>
border-color css
<style>
span { border-color: #26493C; }
span { border-color: rgb(38,73,60); }
td.TdClassName
{
border-color: #26493C;
}
.TagClassName
{
border-color: #26493C;
}
</style>