Shades of San Felix #266F31
Tints of San Felix #266F31
RGB
CMYK
RGB Variations
Color information
#266F31 (or 0x266F31) is known color: San Felix. HEX triplet: 26, 6F and 31. RGB value is (38,111,49). Sum of RGB (Red+Green+Blue) = 38+111+49=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #266F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F31 is #D990CE. Grayscale: #525252. Windows color (decimal): -14258383 or 3239718. OLE color: 3239718.
HSL color Cylindrical-coordinate representation of color #266F31: hue angle of 129.04º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F31 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 49 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.56 |
| HSL | 129.04º | 0.49% | 0.29% | - |
| HSV(B) | 129.04º | 0.66% | 0.44% | - |
| XYZ | 7.04 | 12 | 4.85 | - |
| YUV | 82.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 49 | 0.66 | 0 | 0.56 | 0.56 | 129.04 | 0.49 | 0.29 |
| Hex | 26 | 6F | 31 | 42 | 0 | 38 | 38 | 81 | 31 | 1D |
| Octal | 46 | 157 | 61 | 102 | 0 | 70 | 70 | 201 | 61 | 35 |
| Binary | 100110 | 1101111 | 110001 | 1000010 | 0 | 111000 | 111000 | 10000001 | 110001 | 11101 |
Color Harmonies of #266F31
Complementary color
Monochromatic Colors of #266F31
Black with #266F31
Text Example
Text Example
White with #266F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F31; }
p { color: rgb(38,111,49); }
H1.HeaderClassName
{
color: #266F31;
}
.AnyTagClassName
{
color: #266F31;
}
</style>
background-color css
<style>
a { background-color: #266F31; }
a { background-color: rgb(38,111,49); }
div.DivClassName
{
background-color: #266F31;
}
.BgClassName
{
background-color: #266F31;
}
</style>
border-color css
<style>
span { border-color: #266F31; }
span { border-color: rgb(38,111,49); }
td.TdClassName
{
border-color: #266F31;
}
.TagClassName
{
border-color: #266F31;
}
</style>