Shades of Te Papa Green #264E3D
Tints of Te Papa Green #264E3D
RGB
CMYK
RGB Variations
Color information
#264E3D (or 0x264E3D) is known color: Te Papa Green. HEX triplet: 26, 4E and 3D. RGB value is (38,78,61). Sum of RGB (Red+Green+Blue) = 38+78+61=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #264E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E3D is #D9B1C2. Grayscale: #404040. Windows color (decimal): -14266819 or 4017702. OLE color: 4017702.
HSL color Cylindrical-coordinate representation of color #264E3D: hue angle of 154.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E3D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 78 | 61 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.69 |
| HSL | 154.5º | 0.34% | 0.23% | - |
| HSV(B) | 154.5º | 0.51% | 0.31% | - |
| XYZ | 4.37 | 6.2 | 5.38 | - |
| YUV | 64.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 61 | 0.51 | 0 | 0.22 | 0.69 | 154.5 | 0.34 | 0.23 |
| Hex | 26 | 4E | 3D | 33 | 0 | 16 | 45 | 9A | 22 | 17 |
| Octal | 46 | 116 | 75 | 63 | 0 | 26 | 105 | 232 | 42 | 27 |
| Binary | 100110 | 1001110 | 111101 | 110011 | 0 | 10110 | 1000101 | 10011010 | 100010 | 10111 |
Color Harmonies of #264E3D
Complementary color
Monochromatic Colors of #264E3D
Black with #264E3D
Text Example
Text Example
White with #264E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E3D; }
p { color: rgb(38,78,61); }
H1.HeaderClassName
{
color: #264E3D;
}
.AnyTagClassName
{
color: #264E3D;
}
</style>
background-color css
<style>
a { background-color: #264E3D; }
a { background-color: rgb(38,78,61); }
div.DivClassName
{
background-color: #264E3D;
}
.BgClassName
{
background-color: #264E3D;
}
</style>
border-color css
<style>
span { border-color: #264E3D; }
span { border-color: rgb(38,78,61); }
td.TdClassName
{
border-color: #264E3D;
}
.TagClassName
{
border-color: #264E3D;
}
</style>