Shades of San Felix #276C21
Tints of San Felix #276C21
RGB
CMYK
RGB Variations
Color information
#276C21 (or 0x276C21) is known color: San Felix. HEX triplet: 27, 6C and 21. RGB value is (39,108,33). Sum of RGB (Red+Green+Blue) = 39+108+33=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 108 (42.58% from 255 or 60% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 108 - color contains mainly: green. Hex color #276C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276C21 is #D893DE. Grayscale: #4F4F4F. Windows color (decimal): -14193631 or 2190375. OLE color: 2190375.
HSL color Cylindrical-coordinate representation of color #276C21: hue angle of 115.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #276C21 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 33 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.58 |
| HSL | 115.2º | 0.53% | 0.28% | - |
| HSV(B) | 115.2º | 0.69% | 0.42% | - |
| XYZ | 6.47 | 11.27 | 3.27 | - |
| YUV | 78.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 33 | 0.64 | 0 | 0.69 | 0.58 | 115.2 | 0.53 | 0.28 |
| Hex | 27 | 6C | 21 | 40 | 0 | 45 | 3A | 73 | 35 | 1C |
| Octal | 47 | 154 | 41 | 100 | 0 | 105 | 72 | 163 | 65 | 34 |
| Binary | 100111 | 1101100 | 100001 | 1000000 | 0 | 1000101 | 111010 | 1110011 | 110101 | 11100 |
Color Harmonies of #276C21
Complementary color
Monochromatic Colors of #276C21
Black with #276C21
Text Example
Text Example
White with #276C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C21; }
p { color: rgb(39,108,33); }
H1.HeaderClassName
{
color: #276C21;
}
.AnyTagClassName
{
color: #276C21;
}
</style>
background-color css
<style>
a { background-color: #276C21; }
a { background-color: rgb(39,108,33); }
div.DivClassName
{
background-color: #276C21;
}
.BgClassName
{
background-color: #276C21;
}
</style>
border-color css
<style>
span { border-color: #276C21; }
span { border-color: rgb(39,108,33); }
td.TdClassName
{
border-color: #276C21;
}
.TagClassName
{
border-color: #276C21;
}
</style>