Shades of Te Papa Green #265345
Tints of Te Papa Green #265345
RGB
CMYK
RGB Variations
Color information
#265345 (or 0x265345) is known color: Te Papa Green. HEX triplet: 26, 53 and 45. RGB value is (38,83,69). Sum of RGB (Red+Green+Blue) = 38+83+69=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #265345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265345 is #D9ACBA. Grayscale: #434343. Windows color (decimal): -14265531 or 4543270. OLE color: 4543270.
HSL color Cylindrical-coordinate representation of color #265345: hue angle of 161.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265345 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 69 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.67 |
| HSL | 161.33º | 0.37% | 0.24% | - |
| HSV(B) | 161.33º | 0.54% | 0.33% | - |
| XYZ | 4.97 | 7.03 | 6.73 | - |
| YUV | 67.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 69 | 0.54 | 0 | 0.17 | 0.67 | 161.33 | 0.37 | 0.24 |
| Hex | 26 | 53 | 45 | 36 | 0 | 11 | 43 | A1 | 25 | 18 |
| Octal | 46 | 123 | 105 | 66 | 0 | 21 | 103 | 241 | 45 | 30 |
| Binary | 100110 | 1010011 | 1000101 | 110110 | 0 | 10001 | 1000011 | 10100001 | 100101 | 11000 |
Color Harmonies of #265345
Complementary color
Monochromatic Colors of #265345
Black with #265345
Text Example
Text Example
White with #265345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265345; }
p { color: rgb(38,83,69); }
H1.HeaderClassName
{
color: #265345;
}
.AnyTagClassName
{
color: #265345;
}
</style>
background-color css
<style>
a { background-color: #265345; }
a { background-color: rgb(38,83,69); }
div.DivClassName
{
background-color: #265345;
}
.BgClassName
{
background-color: #265345;
}
</style>
border-color css
<style>
span { border-color: #265345; }
span { border-color: rgb(38,83,69); }
td.TdClassName
{
border-color: #265345;
}
.TagClassName
{
border-color: #265345;
}
</style>