Shades of Te Papa Green #265443
Tints of Te Papa Green #265443
RGB
CMYK
RGB Variations
Color information
#265443 (or 0x265443) is known color: Te Papa Green. HEX triplet: 26, 54 and 43. RGB value is (38,84,67). Sum of RGB (Red+Green+Blue) = 38+84+67=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #265443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265443 is #D9ABBC. Grayscale: #444444. Windows color (decimal): -14265277 or 4412454. OLE color: 4412454.
HSL color Cylindrical-coordinate representation of color #265443: hue angle of 157.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265443 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 67 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.67 |
| HSL | 157.83º | 0.38% | 0.24% | - |
| HSV(B) | 157.83º | 0.55% | 0.33% | - |
| XYZ | 4.98 | 7.16 | 6.43 | - |
| YUV | 68.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 67 | 0.55 | 0 | 0.20 | 0.67 | 157.83 | 0.38 | 0.24 |
| Hex | 26 | 54 | 43 | 37 | 0 | 14 | 43 | 9E | 26 | 18 |
| Octal | 46 | 124 | 103 | 67 | 0 | 24 | 103 | 236 | 46 | 30 |
| Binary | 100110 | 1010100 | 1000011 | 110111 | 0 | 10100 | 1000011 | 10011110 | 100110 | 11000 |
Color Harmonies of #265443
Complementary color
Monochromatic Colors of #265443
Black with #265443
Text Example
Text Example
White with #265443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265443; }
p { color: rgb(38,84,67); }
H1.HeaderClassName
{
color: #265443;
}
.AnyTagClassName
{
color: #265443;
}
</style>
background-color css
<style>
a { background-color: #265443; }
a { background-color: rgb(38,84,67); }
div.DivClassName
{
background-color: #265443;
}
.BgClassName
{
background-color: #265443;
}
</style>
border-color css
<style>
span { border-color: #265443; }
span { border-color: rgb(38,84,67); }
td.TdClassName
{
border-color: #265443;
}
.TagClassName
{
border-color: #265443;
}
</style>