Shades of Te Papa Green #264D41
Tints of Te Papa Green #264D41
RGB
CMYK
RGB Variations
Color information
#264D41 (or 0x264D41) is known color: Te Papa Green. HEX triplet: 26, 4D and 41. RGB value is (38,77,65). Sum of RGB (Red+Green+Blue) = 38+77+65=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #264D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D41 is #D9B2BE. Grayscale: #3F3F3F. Windows color (decimal): -14267071 or 4279590. OLE color: 4279590.
HSL color Cylindrical-coordinate representation of color #264D41: hue angle of 161.54º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D41 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 65 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.70 |
| HSL | 161.54º | 0.34% | 0.23% | - |
| HSV(B) | 161.54º | 0.51% | 0.3% | - |
| XYZ | 4.41 | 6.1 | 5.95 | - |
| YUV | 63.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 65 | 0.51 | 0 | 0.16 | 0.70 | 161.54 | 0.34 | 0.23 |
| Hex | 26 | 4D | 41 | 33 | 0 | 10 | 46 | A2 | 22 | 17 |
| Octal | 46 | 115 | 101 | 63 | 0 | 20 | 106 | 242 | 42 | 27 |
| Binary | 100110 | 1001101 | 1000001 | 110011 | 0 | 10000 | 1000110 | 10100010 | 100010 | 10111 |
Color Harmonies of #264D41
Complementary color
Monochromatic Colors of #264D41
Black with #264D41
Text Example
Text Example
White with #264D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D41; }
p { color: rgb(38,77,65); }
H1.HeaderClassName
{
color: #264D41;
}
.AnyTagClassName
{
color: #264D41;
}
</style>
background-color css
<style>
a { background-color: #264D41; }
a { background-color: rgb(38,77,65); }
div.DivClassName
{
background-color: #264D41;
}
.BgClassName
{
background-color: #264D41;
}
</style>
border-color css
<style>
span { border-color: #264D41; }
span { border-color: rgb(38,77,65); }
td.TdClassName
{
border-color: #264D41;
}
.TagClassName
{
border-color: #264D41;
}
</style>