Shades of San Felix #276F19
Tints of San Felix #276F19
RGB
CMYK
RGB Variations
Color information
#276F19 (or 0x276F19) is known color: San Felix. HEX triplet: 27, 6F and 19. RGB value is (39,111,25). Sum of RGB (Red+Green+Blue) = 39+111+25=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #276F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276F19 is #D890E6. Grayscale: #4F4F4F. Windows color (decimal): -14192871 or 1666855. OLE color: 1666855.
HSL color Cylindrical-coordinate representation of color #276F19: hue angle of 110.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276F19 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 25 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.56 |
| HSL | 110.23º | 0.63% | 0.27% | - |
| HSV(B) | 110.23º | 0.77% | 0.44% | - |
| XYZ | 6.7 | 11.87 | 2.86 | - |
| YUV | 79.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 25 | 0.65 | 0 | 0.77 | 0.56 | 110.23 | 0.63 | 0.27 |
| Hex | 27 | 6F | 19 | 41 | 0 | 4D | 38 | 6E | 3F | 1B |
| Octal | 47 | 157 | 31 | 101 | 0 | 115 | 70 | 156 | 77 | 33 |
| Binary | 100111 | 1101111 | 11001 | 1000001 | 0 | 1001101 | 111000 | 1101110 | 111111 | 11011 |
Color Harmonies of #276F19
Complementary color
Monochromatic Colors of #276F19
Black with #276F19
Text Example
Text Example
White with #276F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F19; }
p { color: rgb(39,111,25); }
H1.HeaderClassName
{
color: #276F19;
}
.AnyTagClassName
{
color: #276F19;
}
</style>
background-color css
<style>
a { background-color: #276F19; }
a { background-color: rgb(39,111,25); }
div.DivClassName
{
background-color: #276F19;
}
.BgClassName
{
background-color: #276F19;
}
</style>
border-color css
<style>
span { border-color: #276F19; }
span { border-color: rgb(39,111,25); }
td.TdClassName
{
border-color: #276F19;
}
.TagClassName
{
border-color: #276F19;
}
</style>