Shades of Te Papa Green #26483C
Tints of Te Papa Green #26483C
RGB
CMYK
RGB Variations
Color information
#26483C (or 0x26483C) is known color: Te Papa Green. HEX triplet: 26, 48 and 3C. RGB value is (38,72,60). Sum of RGB (Red+Green+Blue) = 38+72+60=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #26483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26483C is #D9B7C3. Grayscale: #3C3C3C. Windows color (decimal): -14268356 or 3950630. OLE color: 3950630.
HSL color Cylindrical-coordinate representation of color #26483C: hue angle of 158.82º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #26483C is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 60 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.72 |
| HSL | 158.82º | 0.31% | 0.22% | - |
| HSV(B) | 158.82º | 0.47% | 0.28% | - |
| XYZ | 3.93 | 5.37 | 5.1 | - |
| YUV | 60.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 60 | 0.47 | 0 | 0.17 | 0.72 | 158.82 | 0.31 | 0.22 |
| Hex | 26 | 48 | 3C | 2F | 0 | 11 | 48 | 9F | 1F | 16 |
| Octal | 46 | 110 | 74 | 57 | 0 | 21 | 110 | 237 | 37 | 26 |
| Binary | 100110 | 1001000 | 111100 | 101111 | 0 | 10001 | 1001000 | 10011111 | 11111 | 10110 |
Color Harmonies of #26483C
Complementary color
Monochromatic Colors of #26483C
Black with #26483C
Text Example
Text Example
White with #26483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26483C; }
p { color: rgb(38,72,60); }
H1.HeaderClassName
{
color: #26483C;
}
.AnyTagClassName
{
color: #26483C;
}
</style>
background-color css
<style>
a { background-color: #26483C; }
a { background-color: rgb(38,72,60); }
div.DivClassName
{
background-color: #26483C;
}
.BgClassName
{
background-color: #26483C;
}
</style>
border-color css
<style>
span { border-color: #26483C; }
span { border-color: rgb(38,72,60); }
td.TdClassName
{
border-color: #26483C;
}
.TagClassName
{
border-color: #26483C;
}
</style>