Shades of Te Papa Green #26453C
Tints of Te Papa Green #26453C
RGB
CMYK
RGB Variations
Color information
#26453C (or 0x26453C) is known color: Te Papa Green. HEX triplet: 26, 45 and 3C. RGB value is (38,69,60). Sum of RGB (Red+Green+Blue) = 38+69+60=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #26453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26453C is #D9BAC3. Grayscale: #3A3A3A. Windows color (decimal): -14269124 or 3949862. OLE color: 3949862.
HSL color Cylindrical-coordinate representation of color #26453C: hue angle of 162.58º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26453C is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 69 | 60 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.73 |
| HSL | 162.58º | 0.29% | 0.21% | - |
| HSV(B) | 162.58º | 0.45% | 0.27% | - |
| XYZ | 3.74 | 4.99 | 5.04 | - |
| YUV | 58.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 60 | 0.45 | 0 | 0.13 | 0.73 | 162.58 | 0.29 | 0.21 |
| Hex | 26 | 45 | 3C | 2D | 0 | D | 49 | A3 | 1D | 15 |
| Octal | 46 | 105 | 74 | 55 | 0 | 15 | 111 | 243 | 35 | 25 |
| Binary | 100110 | 1000101 | 111100 | 101101 | 0 | 1101 | 1001001 | 10100011 | 11101 | 10101 |
Color Harmonies of #26453C
Complementary color
Monochromatic Colors of #26453C
Black with #26453C
Text Example
Text Example
White with #26453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26453C; }
p { color: rgb(38,69,60); }
H1.HeaderClassName
{
color: #26453C;
}
.AnyTagClassName
{
color: #26453C;
}
</style>
background-color css
<style>
a { background-color: #26453C; }
a { background-color: rgb(38,69,60); }
div.DivClassName
{
background-color: #26453C;
}
.BgClassName
{
background-color: #26453C;
}
</style>
border-color css
<style>
span { border-color: #26453C; }
span { border-color: rgb(38,69,60); }
td.TdClassName
{
border-color: #26453C;
}
.TagClassName
{
border-color: #26453C;
}
</style>