Shades of San Felix #276D2C
Tints of San Felix #276D2C
RGB
CMYK
RGB Variations
Color information
#276D2C (or 0x276D2C) is known color: San Felix. HEX triplet: 27, 6D and 2C. RGB value is (39,109,44). Sum of RGB (Red+Green+Blue) = 39+109+44=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #276D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D2C is #D892D3. Grayscale: #505050. Windows color (decimal): -14193364 or 2911527. OLE color: 2911527.
HSL color Cylindrical-coordinate representation of color #276D2C: hue angle of 124.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D2C is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 44 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.57 |
| HSL | 124.29º | 0.47% | 0.29% | - |
| HSV(B) | 124.29º | 0.64% | 0.43% | - |
| XYZ | 6.76 | 11.55 | 4.26 | - |
| YUV | 80.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 44 | 0.64 | 0 | 0.60 | 0.57 | 124.29 | 0.47 | 0.29 |
| Hex | 27 | 6D | 2C | 40 | 0 | 3C | 39 | 7C | 2F | 1D |
| Octal | 47 | 155 | 54 | 100 | 0 | 74 | 71 | 174 | 57 | 35 |
| Binary | 100111 | 1101101 | 101100 | 1000000 | 0 | 111100 | 111001 | 1111100 | 101111 | 11101 |
Color Harmonies of #276D2C
Complementary color
Monochromatic Colors of #276D2C
Black with #276D2C
Text Example
Text Example
White with #276D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D2C; }
p { color: rgb(39,109,44); }
H1.HeaderClassName
{
color: #276D2C;
}
.AnyTagClassName
{
color: #276D2C;
}
</style>
background-color css
<style>
a { background-color: #276D2C; }
a { background-color: rgb(39,109,44); }
div.DivClassName
{
background-color: #276D2C;
}
.BgClassName
{
background-color: #276D2C;
}
</style>
border-color css
<style>
span { border-color: #276D2C; }
span { border-color: rgb(39,109,44); }
td.TdClassName
{
border-color: #276D2C;
}
.TagClassName
{
border-color: #276D2C;
}
</style>