Shades of Te Papa Green #26543F
Tints of Te Papa Green #26543F
RGB
CMYK
RGB Variations
Color information
#26543F (or 0x26543F) is known color: Te Papa Green. HEX triplet: 26, 54 and 3F. RGB value is (38,84,63). Sum of RGB (Red+Green+Blue) = 38+84+63=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #26543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26543F is #D9ABC0. Grayscale: #434343. Windows color (decimal): -14265281 or 4150310. OLE color: 4150310.
HSL color Cylindrical-coordinate representation of color #26543F: hue angle of 152.61º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26543F is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 63 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.67 |
| HSL | 152.61º | 0.38% | 0.24% | - |
| HSV(B) | 152.61º | 0.55% | 0.33% | - |
| XYZ | 4.87 | 7.11 | 5.82 | - |
| YUV | 67.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 63 | 0.55 | 0 | 0.25 | 0.67 | 152.61 | 0.38 | 0.24 |
| Hex | 26 | 54 | 3F | 37 | 0 | 19 | 43 | 99 | 26 | 18 |
| Octal | 46 | 124 | 77 | 67 | 0 | 31 | 103 | 231 | 46 | 30 |
| Binary | 100110 | 1010100 | 111111 | 110111 | 0 | 11001 | 1000011 | 10011001 | 100110 | 11000 |
Color Harmonies of #26543F
Complementary color
Monochromatic Colors of #26543F
Black with #26543F
Text Example
Text Example
White with #26543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26543F; }
p { color: rgb(38,84,63); }
H1.HeaderClassName
{
color: #26543F;
}
.AnyTagClassName
{
color: #26543F;
}
</style>
background-color css
<style>
a { background-color: #26543F; }
a { background-color: rgb(38,84,63); }
div.DivClassName
{
background-color: #26543F;
}
.BgClassName
{
background-color: #26543F;
}
</style>
border-color css
<style>
span { border-color: #26543F; }
span { border-color: rgb(38,84,63); }
td.TdClassName
{
border-color: #26543F;
}
.TagClassName
{
border-color: #26543F;
}
</style>