Shades of Te Papa Green #264C3F
Tints of Te Papa Green #264C3F
RGB
CMYK
RGB Variations
Color information
#264C3F (or 0x264C3F) is known color: Te Papa Green. HEX triplet: 26, 4C and 3F. RGB value is (38,76,63). Sum of RGB (Red+Green+Blue) = 38+76+63=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #264C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C3F is #D9B3C0. Grayscale: #3F3F3F. Windows color (decimal): -14267329 or 4148262. OLE color: 4148262.
HSL color Cylindrical-coordinate representation of color #264C3F: hue angle of 159.47º 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 #264C3F is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 63 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.70 |
| HSL | 159.47º | 0.33% | 0.22% | - |
| HSV(B) | 159.47º | 0.5% | 0.3% | - |
| XYZ | 4.28 | 5.94 | 5.62 | - |
| YUV | 63.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 63 | 0.5 | 0 | 0.17 | 0.70 | 159.47 | 0.33 | 0.22 |
| Hex | 26 | 4C | 3F | 32 | 0 | 11 | 46 | 9F | 21 | 16 |
| Octal | 46 | 114 | 77 | 62 | 0 | 21 | 106 | 237 | 41 | 26 |
| Binary | 100110 | 1001100 | 111111 | 110010 | 0 | 10001 | 1000110 | 10011111 | 100001 | 10110 |
Color Harmonies of #264C3F
Complementary color
Monochromatic Colors of #264C3F
Black with #264C3F
Text Example
Text Example
White with #264C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C3F; }
p { color: rgb(38,76,63); }
H1.HeaderClassName
{
color: #264C3F;
}
.AnyTagClassName
{
color: #264C3F;
}
</style>
background-color css
<style>
a { background-color: #264C3F; }
a { background-color: rgb(38,76,63); }
div.DivClassName
{
background-color: #264C3F;
}
.BgClassName
{
background-color: #264C3F;
}
</style>
border-color css
<style>
span { border-color: #264C3F; }
span { border-color: rgb(38,76,63); }
td.TdClassName
{
border-color: #264C3F;
}
.TagClassName
{
border-color: #264C3F;
}
</style>