Shades of San Felix #26692B
Tints of San Felix #26692B
RGB
CMYK
RGB Variations
Color information
#26692B (or 0x26692B) is known color: San Felix. HEX triplet: 26, 69 and 2B. RGB value is (38,105,43). Sum of RGB (Red+Green+Blue) = 38+105+43=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #26692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26692B is #D996D4. Grayscale: #4E4E4E. Windows color (decimal): -14259925 or 2844966. OLE color: 2844966.
HSL color Cylindrical-coordinate representation of color #26692B: hue angle of 124.48º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26692B is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 105 | 43 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.59 |
| HSL | 124.48º | 0.47% | 0.28% | - |
| HSV(B) | 124.48º | 0.64% | 0.41% | - |
| XYZ | 6.29 | 10.69 | 4.02 | - |
| YUV | 77.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 43 | 0.64 | 0 | 0.59 | 0.59 | 124.48 | 0.47 | 0.28 |
| Hex | 26 | 69 | 2B | 40 | 0 | 3B | 3B | 7C | 2F | 1C |
| Octal | 46 | 151 | 53 | 100 | 0 | 73 | 73 | 174 | 57 | 34 |
| Binary | 100110 | 1101001 | 101011 | 1000000 | 0 | 111011 | 111011 | 1111100 | 101111 | 11100 |
Color Harmonies of #26692B
Complementary color
Monochromatic Colors of #26692B
Black with #26692B
Text Example
Text Example
White with #26692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26692B; }
p { color: rgb(38,105,43); }
H1.HeaderClassName
{
color: #26692B;
}
.AnyTagClassName
{
color: #26692B;
}
</style>
background-color css
<style>
a { background-color: #26692B; }
a { background-color: rgb(38,105,43); }
div.DivClassName
{
background-color: #26692B;
}
.BgClassName
{
background-color: #26692B;
}
</style>
border-color css
<style>
span { border-color: #26692B; }
span { border-color: rgb(38,105,43); }
td.TdClassName
{
border-color: #26692B;
}
.TagClassName
{
border-color: #26692B;
}
</style>