Shades of Jewel #1A6148
Tints of Jewel #1A6148
RGB
CMYK
RGB Variations
Color information
#1A6148 (or 0x1A6148) is known color: Jewel. HEX triplet: 1A, 61 and 48. RGB value is (26,97,72). Sum of RGB (Red+Green+Blue) = 26+97+72=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6148 is #E59EB7. Grayscale: #484848. Windows color (decimal): -15048376 or 4743450. OLE color: 4743450.
HSL color Cylindrical-coordinate representation of color #1A6148: hue angle of 158.87º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6148 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 72 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.62 |
| HSL | 158.87º | 0.58% | 0.24% | - |
| HSV(B) | 158.87º | 0.73% | 0.38% | - |
| XYZ | 5.87 | 9.24 | 7.6 | - |
| YUV | 72.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 72 | 0.73 | 0 | 0.26 | 0.62 | 158.87 | 0.58 | 0.24 |
| Hex | 1A | 61 | 48 | 49 | 0 | 1A | 3E | 9F | 3A | 18 |
| Octal | 32 | 141 | 110 | 111 | 0 | 32 | 76 | 237 | 72 | 30 |
| Binary | 11010 | 1100001 | 1001000 | 1001001 | 0 | 11010 | 111110 | 10011111 | 111010 | 11000 |
Color Harmonies of #1A6148
Complementary color
Monochromatic Colors of #1A6148
Black with #1A6148
Text Example
Text Example
White with #1A6148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6148; }
p { color: rgb(26,97,72); }
H1.HeaderClassName
{
color: #1A6148;
}
.AnyTagClassName
{
color: #1A6148;
}
</style>
background-color css
<style>
a { background-color: #1A6148; }
a { background-color: rgb(26,97,72); }
div.DivClassName
{
background-color: #1A6148;
}
.BgClassName
{
background-color: #1A6148;
}
</style>
border-color css
<style>
span { border-color: #1A6148; }
span { border-color: rgb(26,97,72); }
td.TdClassName
{
border-color: #1A6148;
}
.TagClassName
{
border-color: #1A6148;
}
</style>