Shades of Te Papa Green #264C3E
Tints of Te Papa Green #264C3E
RGB
CMYK
RGB Variations
Color information
#264C3E (or 0x264C3E) is known color: Te Papa Green. HEX triplet: 26, 4C and 3E. RGB value is (38,76,62). Sum of RGB (Red+Green+Blue) = 38+76+62=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #264C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C3E is #D9B3C1. Grayscale: #3F3F3F. Windows color (decimal): -14267330 or 4082726. OLE color: 4082726.
HSL color Cylindrical-coordinate representation of color #264C3E: hue angle of 157.89º 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 #264C3E is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 62 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.70 |
| HSL | 157.89º | 0.33% | 0.22% | - |
| HSV(B) | 157.89º | 0.5% | 0.3% | - |
| XYZ | 4.25 | 5.93 | 5.48 | - |
| YUV | 63.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 62 | 0.5 | 0 | 0.18 | 0.70 | 157.89 | 0.33 | 0.22 |
| Hex | 26 | 4C | 3E | 32 | 0 | 12 | 46 | 9E | 21 | 16 |
| Octal | 46 | 114 | 76 | 62 | 0 | 22 | 106 | 236 | 41 | 26 |
| Binary | 100110 | 1001100 | 111110 | 110010 | 0 | 10010 | 1000110 | 10011110 | 100001 | 10110 |
Color Harmonies of #264C3E
Complementary color
Monochromatic Colors of #264C3E
Black with #264C3E
Text Example
Text Example
White with #264C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C3E; }
p { color: rgb(38,76,62); }
H1.HeaderClassName
{
color: #264C3E;
}
.AnyTagClassName
{
color: #264C3E;
}
</style>
background-color css
<style>
a { background-color: #264C3E; }
a { background-color: rgb(38,76,62); }
div.DivClassName
{
background-color: #264C3E;
}
.BgClassName
{
background-color: #264C3E;
}
</style>
border-color css
<style>
span { border-color: #264C3E; }
span { border-color: rgb(38,76,62); }
td.TdClassName
{
border-color: #264C3E;
}
.TagClassName
{
border-color: #264C3E;
}
</style>