Shades of San Felix #26722F
Tints of San Felix #26722F
RGB
CMYK
RGB Variations
Color information
#26722F (or 0x26722F) is known color: San Felix. HEX triplet: 26, 72 and 2F. RGB value is (38,114,47). Sum of RGB (Red+Green+Blue) = 38+114+47=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #26722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26722F is #D98DD0. Grayscale: #535353. Windows color (decimal): -14257617 or 3109414. OLE color: 3109414.
HSL color Cylindrical-coordinate representation of color #26722F: hue angle of 127.11º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26722F is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 47 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.55 |
| HSL | 127.11º | 0.5% | 0.3% | - |
| HSV(B) | 127.11º | 0.67% | 0.45% | - |
| XYZ | 7.33 | 12.65 | 4.75 | - |
| YUV | 83.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 47 | 0.67 | 0 | 0.59 | 0.55 | 127.11 | 0.5 | 0.3 |
| Hex | 26 | 72 | 2F | 43 | 0 | 3B | 37 | 7F | 32 | 1E |
| Octal | 46 | 162 | 57 | 103 | 0 | 73 | 67 | 177 | 62 | 36 |
| Binary | 100110 | 1110010 | 101111 | 1000011 | 0 | 111011 | 110111 | 1111111 | 110010 | 11110 |
Color Harmonies of #26722F
Complementary color
Monochromatic Colors of #26722F
Black with #26722F
Text Example
Text Example
White with #26722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26722F; }
p { color: rgb(38,114,47); }
H1.HeaderClassName
{
color: #26722F;
}
.AnyTagClassName
{
color: #26722F;
}
</style>
background-color css
<style>
a { background-color: #26722F; }
a { background-color: rgb(38,114,47); }
div.DivClassName
{
background-color: #26722F;
}
.BgClassName
{
background-color: #26722F;
}
</style>
border-color css
<style>
span { border-color: #26722F; }
span { border-color: rgb(38,114,47); }
td.TdClassName
{
border-color: #26722F;
}
.TagClassName
{
border-color: #26722F;
}
</style>