Shades of San Felix #266F23
Tints of San Felix #266F23
RGB
CMYK
RGB Variations
Color information
#266F23 (or 0x266F23) is known color: San Felix. HEX triplet: 26, 6F and 23. RGB value is (38,111,35). Sum of RGB (Red+Green+Blue) = 38+111+35=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #266F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F23 is #D990DC. Grayscale: #505050. Windows color (decimal): -14258397 or 2322214. OLE color: 2322214.
HSL color Cylindrical-coordinate representation of color #266F23: hue angle of 117.63º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266F23 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 35 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.56 |
| HSL | 117.63º | 0.52% | 0.29% | - |
| HSV(B) | 117.63º | 0.68% | 0.44% | - |
| XYZ | 6.79 | 11.9 | 3.53 | - |
| YUV | 80.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 35 | 0.66 | 0 | 0.68 | 0.56 | 117.63 | 0.52 | 0.29 |
| Hex | 26 | 6F | 23 | 42 | 0 | 44 | 38 | 76 | 34 | 1D |
| Octal | 46 | 157 | 43 | 102 | 0 | 104 | 70 | 166 | 64 | 35 |
| Binary | 100110 | 1101111 | 100011 | 1000010 | 0 | 1000100 | 111000 | 1110110 | 110100 | 11101 |
Color Harmonies of #266F23
Complementary color
Monochromatic Colors of #266F23
Black with #266F23
Text Example
Text Example
White with #266F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F23; }
p { color: rgb(38,111,35); }
H1.HeaderClassName
{
color: #266F23;
}
.AnyTagClassName
{
color: #266F23;
}
</style>
background-color css
<style>
a { background-color: #266F23; }
a { background-color: rgb(38,111,35); }
div.DivClassName
{
background-color: #266F23;
}
.BgClassName
{
background-color: #266F23;
}
</style>
border-color css
<style>
span { border-color: #266F23; }
span { border-color: rgb(38,111,35); }
td.TdClassName
{
border-color: #266F23;
}
.TagClassName
{
border-color: #266F23;
}
</style>