Shades of San Felix #266A18
Tints of San Felix #266A18
RGB
CMYK
RGB Variations
Color information
#266A18 (or 0x266A18) is known color: San Felix. HEX triplet: 26, 6A and 18. RGB value is (38,106,24). Sum of RGB (Red+Green+Blue) = 38+106+24=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #266A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266A18 is #D995E7. Grayscale: #4C4C4C. Windows color (decimal): -14259688 or 1600038. OLE color: 1600038.
HSL color Cylindrical-coordinate representation of color #266A18: hue angle of 109.76º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #266A18 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 106 | 24 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.58 |
| HSL | 109.76º | 0.63% | 0.25% | - |
| HSV(B) | 109.76º | 0.77% | 0.42% | - |
| XYZ | 6.12 | 10.79 | 2.62 | - |
| YUV | 76.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 24 | 0.64 | 0 | 0.77 | 0.58 | 109.76 | 0.63 | 0.25 |
| Hex | 26 | 6A | 18 | 40 | 0 | 4D | 3A | 6E | 3F | 19 |
| Octal | 46 | 152 | 30 | 100 | 0 | 115 | 72 | 156 | 77 | 31 |
| Binary | 100110 | 1101010 | 11000 | 1000000 | 0 | 1001101 | 111010 | 1101110 | 111111 | 11001 |
Color Harmonies of #266A18
Complementary color
Monochromatic Colors of #266A18
Black with #266A18
Text Example
Text Example
White with #266A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A18; }
p { color: rgb(38,106,24); }
H1.HeaderClassName
{
color: #266A18;
}
.AnyTagClassName
{
color: #266A18;
}
</style>
background-color css
<style>
a { background-color: #266A18; }
a { background-color: rgb(38,106,24); }
div.DivClassName
{
background-color: #266A18;
}
.BgClassName
{
background-color: #266A18;
}
</style>
border-color css
<style>
span { border-color: #266A18; }
span { border-color: rgb(38,106,24); }
td.TdClassName
{
border-color: #266A18;
}
.TagClassName
{
border-color: #266A18;
}
</style>