Shades of Te Papa Green #265140
Tints of Te Papa Green #265140
RGB
CMYK
RGB Variations
Color information
#265140 (or 0x265140) is known color: Te Papa Green. HEX triplet: 26, 51 and 40. RGB value is (38,81,64). Sum of RGB (Red+Green+Blue) = 38+81+64=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #265140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265140 is #D9AEBF. Grayscale: #424242. Windows color (decimal): -14266048 or 4215078. OLE color: 4215078.
HSL color Cylindrical-coordinate representation of color #265140: hue angle of 156.28º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265140 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 64 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.68 |
| HSL | 156.28º | 0.36% | 0.23% | - |
| HSV(B) | 156.28º | 0.53% | 0.32% | - |
| XYZ | 4.67 | 6.67 | 5.89 | - |
| YUV | 66.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 64 | 0.53 | 0 | 0.21 | 0.68 | 156.28 | 0.36 | 0.23 |
| Hex | 26 | 51 | 40 | 35 | 0 | 15 | 44 | 9C | 24 | 17 |
| Octal | 46 | 121 | 100 | 65 | 0 | 25 | 104 | 234 | 44 | 27 |
| Binary | 100110 | 1010001 | 1000000 | 110101 | 0 | 10101 | 1000100 | 10011100 | 100100 | 10111 |
Color Harmonies of #265140
Complementary color
Monochromatic Colors of #265140
Black with #265140
Text Example
Text Example
White with #265140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265140; }
p { color: rgb(38,81,64); }
H1.HeaderClassName
{
color: #265140;
}
.AnyTagClassName
{
color: #265140;
}
</style>
background-color css
<style>
a { background-color: #265140; }
a { background-color: rgb(38,81,64); }
div.DivClassName
{
background-color: #265140;
}
.BgClassName
{
background-color: #265140;
}
</style>
border-color css
<style>
span { border-color: #265140; }
span { border-color: rgb(38,81,64); }
td.TdClassName
{
border-color: #265140;
}
.TagClassName
{
border-color: #265140;
}
</style>