Shades of Te Papa Green #26463C
Tints of Te Papa Green #26463C
RGB
CMYK
RGB Variations
Color information
#26463C (or 0x26463C) is known color: Te Papa Green. HEX triplet: 26, 46 and 3C. RGB value is (38,70,60). Sum of RGB (Red+Green+Blue) = 38+70+60=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #26463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26463C is #D9B9C3. Grayscale: #3B3B3B. Windows color (decimal): -14268868 or 3950118. OLE color: 3950118.
HSL color Cylindrical-coordinate representation of color #26463C: hue angle of 161.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26463C is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 60 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.73 |
| HSL | 161.25º | 0.3% | 0.21% | - |
| HSV(B) | 161.25º | 0.46% | 0.27% | - |
| XYZ | 3.81 | 5.12 | 5.06 | - |
| YUV | 59.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 60 | 0.46 | 0 | 0.14 | 0.73 | 161.25 | 0.3 | 0.21 |
| Hex | 26 | 46 | 3C | 2E | 0 | E | 49 | A1 | 1E | 15 |
| Octal | 46 | 106 | 74 | 56 | 0 | 16 | 111 | 241 | 36 | 25 |
| Binary | 100110 | 1000110 | 111100 | 101110 | 0 | 1110 | 1001001 | 10100001 | 11110 | 10101 |
Color Harmonies of #26463C
Complementary color
Monochromatic Colors of #26463C
Black with #26463C
Text Example
Text Example
White with #26463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26463C; }
p { color: rgb(38,70,60); }
H1.HeaderClassName
{
color: #26463C;
}
.AnyTagClassName
{
color: #26463C;
}
</style>
background-color css
<style>
a { background-color: #26463C; }
a { background-color: rgb(38,70,60); }
div.DivClassName
{
background-color: #26463C;
}
.BgClassName
{
background-color: #26463C;
}
</style>
border-color css
<style>
span { border-color: #26463C; }
span { border-color: rgb(38,70,60); }
td.TdClassName
{
border-color: #26463C;
}
.TagClassName
{
border-color: #26463C;
}
</style>