Shades of Te Papa Green #26473D
Tints of Te Papa Green #26473D
RGB
CMYK
RGB Variations
Color information
#26473D (or 0x26473D) is known color: Te Papa Green. HEX triplet: 26, 47 and 3D. RGB value is (38,71,61). Sum of RGB (Red+Green+Blue) = 38+71+61=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #26473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26473D is #D9B8C2. Grayscale: #3C3C3C. Windows color (decimal): -14268611 or 4015910. OLE color: 4015910.
HSL color Cylindrical-coordinate representation of color #26473D: hue angle of 161.82º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26473D is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 61 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.72 |
| HSL | 161.82º | 0.3% | 0.21% | - |
| HSV(B) | 161.82º | 0.46% | 0.28% | - |
| XYZ | 3.89 | 5.26 | 5.22 | - |
| YUV | 59.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 61 | 0.46 | 0 | 0.14 | 0.72 | 161.82 | 0.3 | 0.21 |
| Hex | 26 | 47 | 3D | 2E | 0 | E | 48 | A2 | 1E | 15 |
| Octal | 46 | 107 | 75 | 56 | 0 | 16 | 110 | 242 | 36 | 25 |
| Binary | 100110 | 1000111 | 111101 | 101110 | 0 | 1110 | 1001000 | 10100010 | 11110 | 10101 |
Color Harmonies of #26473D
Complementary color
Monochromatic Colors of #26473D
Black with #26473D
Text Example
Text Example
White with #26473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26473D; }
p { color: rgb(38,71,61); }
H1.HeaderClassName
{
color: #26473D;
}
.AnyTagClassName
{
color: #26473D;
}
</style>
background-color css
<style>
a { background-color: #26473D; }
a { background-color: rgb(38,71,61); }
div.DivClassName
{
background-color: #26473D;
}
.BgClassName
{
background-color: #26473D;
}
</style>
border-color css
<style>
span { border-color: #26473D; }
span { border-color: rgb(38,71,61); }
td.TdClassName
{
border-color: #26473D;
}
.TagClassName
{
border-color: #26473D;
}
</style>