Shades of Te Papa Green #264C42
Tints of Te Papa Green #264C42
RGB
CMYK
RGB Variations
Color information
#264C42 (or 0x264C42) is known color: Te Papa Green. HEX triplet: 26, 4C and 42. RGB value is (38,76,66). Sum of RGB (Red+Green+Blue) = 38+76+66=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #264C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C42 is #D9B3BD. Grayscale: #3F3F3F. Windows color (decimal): -14267326 or 4344870. OLE color: 4344870.
HSL color Cylindrical-coordinate representation of color #264C42: hue angle of 164.21º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C42 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 66 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.70 |
| HSL | 164.21º | 0.33% | 0.22% | - |
| HSV(B) | 164.21º | 0.5% | 0.3% | - |
| XYZ | 4.37 | 5.97 | 6.08 | - |
| YUV | 63.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 66 | 0.5 | 0 | 0.13 | 0.70 | 164.21 | 0.33 | 0.22 |
| Hex | 26 | 4C | 42 | 32 | 0 | D | 46 | A4 | 21 | 16 |
| Octal | 46 | 114 | 102 | 62 | 0 | 15 | 106 | 244 | 41 | 26 |
| Binary | 100110 | 1001100 | 1000010 | 110010 | 0 | 1101 | 1000110 | 10100100 | 100001 | 10110 |
Color Harmonies of #264C42
Complementary color
Monochromatic Colors of #264C42
Black with #264C42
Text Example
Text Example
White with #264C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C42; }
p { color: rgb(38,76,66); }
H1.HeaderClassName
{
color: #264C42;
}
.AnyTagClassName
{
color: #264C42;
}
</style>
background-color css
<style>
a { background-color: #264C42; }
a { background-color: rgb(38,76,66); }
div.DivClassName
{
background-color: #264C42;
}
.BgClassName
{
background-color: #264C42;
}
</style>
border-color css
<style>
span { border-color: #264C42; }
span { border-color: rgb(38,76,66); }
td.TdClassName
{
border-color: #264C42;
}
.TagClassName
{
border-color: #264C42;
}
</style>