Shades of San Felix #266D1F
Tints of San Felix #266D1F
RGB
CMYK
RGB Variations
Color information
#266D1F (or 0x266D1F) is known color: San Felix. HEX triplet: 26, 6D and 1F. RGB value is (38,109,31). Sum of RGB (Red+Green+Blue) = 38+109+31=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #266D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266D1F is #D992E0. Grayscale: #4F4F4F. Windows color (decimal): -14258913 or 2059558. OLE color: 2059558.
HSL color Cylindrical-coordinate representation of color #266D1F: hue angle of 114.62º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266D1F is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 31 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.57 |
| HSL | 114.62º | 0.56% | 0.27% | - |
| HSV(B) | 114.62º | 0.72% | 0.43% | - |
| XYZ | 6.52 | 11.45 | 3.16 | - |
| YUV | 78.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 31 | 0.65 | 0 | 0.72 | 0.57 | 114.62 | 0.56 | 0.27 |
| Hex | 26 | 6D | 1F | 41 | 0 | 48 | 39 | 73 | 38 | 1B |
| Octal | 46 | 155 | 37 | 101 | 0 | 110 | 71 | 163 | 70 | 33 |
| Binary | 100110 | 1101101 | 11111 | 1000001 | 0 | 1001000 | 111001 | 1110011 | 111000 | 11011 |
Color Harmonies of #266D1F
Complementary color
Monochromatic Colors of #266D1F
Black with #266D1F
Text Example
Text Example
White with #266D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D1F; }
p { color: rgb(38,109,31); }
H1.HeaderClassName
{
color: #266D1F;
}
.AnyTagClassName
{
color: #266D1F;
}
</style>
background-color css
<style>
a { background-color: #266D1F; }
a { background-color: rgb(38,109,31); }
div.DivClassName
{
background-color: #266D1F;
}
.BgClassName
{
background-color: #266D1F;
}
</style>
border-color css
<style>
span { border-color: #266D1F; }
span { border-color: rgb(38,109,31); }
td.TdClassName
{
border-color: #266D1F;
}
.TagClassName
{
border-color: #266D1F;
}
</style>