Shades of Te Papa Green #264B40
Tints of Te Papa Green #264B40
RGB
CMYK
RGB Variations
Color information
#264B40 (or 0x264B40) is known color: Te Papa Green. HEX triplet: 26, 4B and 40. RGB value is (38,75,64). Sum of RGB (Red+Green+Blue) = 38+75+64=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #264B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B40 is #D9B4BF. Grayscale: #3E3E3E. Windows color (decimal): -14267584 or 4213542. OLE color: 4213542.
HSL color Cylindrical-coordinate representation of color #264B40: hue angle of 162.16º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264B40 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 75 | 64 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.71 |
| HSL | 162.16º | 0.33% | 0.22% | - |
| HSV(B) | 162.16º | 0.49% | 0.29% | - |
| XYZ | 4.24 | 5.81 | 5.75 | - |
| YUV | 62.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 64 | 0.49 | 0 | 0.15 | 0.71 | 162.16 | 0.33 | 0.22 |
| Hex | 26 | 4B | 40 | 31 | 0 | F | 47 | A2 | 21 | 16 |
| Octal | 46 | 113 | 100 | 61 | 0 | 17 | 107 | 242 | 41 | 26 |
| Binary | 100110 | 1001011 | 1000000 | 110001 | 0 | 1111 | 1000111 | 10100010 | 100001 | 10110 |
Color Harmonies of #264B40
Complementary color
Monochromatic Colors of #264B40
Black with #264B40
Text Example
Text Example
White with #264B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B40; }
p { color: rgb(38,75,64); }
H1.HeaderClassName
{
color: #264B40;
}
.AnyTagClassName
{
color: #264B40;
}
</style>
background-color css
<style>
a { background-color: #264B40; }
a { background-color: rgb(38,75,64); }
div.DivClassName
{
background-color: #264B40;
}
.BgClassName
{
background-color: #264B40;
}
</style>
border-color css
<style>
span { border-color: #264B40; }
span { border-color: rgb(38,75,64); }
td.TdClassName
{
border-color: #264B40;
}
.TagClassName
{
border-color: #264B40;
}
</style>