Shades of San Felix #276A17
Tints of San Felix #276A17
RGB
CMYK
RGB Variations
Color information
#276A17 (or 0x276A17) is known color: San Felix. HEX triplet: 27, 6A and 17. RGB value is (39,106,23). Sum of RGB (Red+Green+Blue) = 39+106+23=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #276A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276A17 is #D895E8. Grayscale: #4C4C4C. Windows color (decimal): -14194153 or 1534503. OLE color: 1534503.
HSL color Cylindrical-coordinate representation of color #276A17: hue angle of 108.43º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276A17 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 106 | 23 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.58 |
| HSL | 108.43º | 0.64% | 0.25% | - |
| HSV(B) | 108.43º | 0.78% | 0.42% | - |
| XYZ | 6.15 | 10.8 | 2.57 | - |
| YUV | 76.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 23 | 0.63 | 0 | 0.78 | 0.58 | 108.43 | 0.64 | 0.25 |
| Hex | 27 | 6A | 17 | 3F | 0 | 4E | 3A | 6C | 40 | 19 |
| Octal | 47 | 152 | 27 | 77 | 0 | 116 | 72 | 154 | 100 | 31 |
| Binary | 100111 | 1101010 | 10111 | 111111 | 0 | 1001110 | 111010 | 1101100 | 1000000 | 11001 |
Color Harmonies of #276A17
Complementary color
Monochromatic Colors of #276A17
Black with #276A17
Text Example
Text Example
White with #276A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A17; }
p { color: rgb(39,106,23); }
H1.HeaderClassName
{
color: #276A17;
}
.AnyTagClassName
{
color: #276A17;
}
</style>
background-color css
<style>
a { background-color: #276A17; }
a { background-color: rgb(39,106,23); }
div.DivClassName
{
background-color: #276A17;
}
.BgClassName
{
background-color: #276A17;
}
</style>
border-color css
<style>
span { border-color: #276A17; }
span { border-color: rgb(39,106,23); }
td.TdClassName
{
border-color: #276A17;
}
.TagClassName
{
border-color: #276A17;
}
</style>