Shades of San Felix #27671D
Tints of San Felix #27671D
RGB
CMYK
RGB Variations
Color information
#27671D (or 0x27671D) is known color: San Felix. HEX triplet: 27, 67 and 1D. RGB value is (39,103,29). Sum of RGB (Red+Green+Blue) = 39+103+29=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #27671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27671D is #D898E2. Grayscale: #4B4B4B. Windows color (decimal): -14194915 or 1926951. OLE color: 1926951.
HSL color Cylindrical-coordinate representation of color #27671D: hue angle of 111.89º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27671D is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 103 | 29 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.60 |
| HSL | 111.89º | 0.56% | 0.26% | - |
| HSV(B) | 111.89º | 0.72% | 0.4% | - |
| XYZ | 5.91 | 10.22 | 2.82 | - |
| YUV | 75.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 29 | 0.62 | 0 | 0.72 | 0.60 | 111.89 | 0.56 | 0.26 |
| Hex | 27 | 67 | 1D | 3E | 0 | 48 | 3C | 70 | 38 | 1A |
| Octal | 47 | 147 | 35 | 76 | 0 | 110 | 74 | 160 | 70 | 32 |
| Binary | 100111 | 1100111 | 11101 | 111110 | 0 | 1001000 | 111100 | 1110000 | 111000 | 11010 |
Color Harmonies of #27671D
Complementary color
Monochromatic Colors of #27671D
Black with #27671D
Text Example
Text Example
White with #27671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27671D; }
p { color: rgb(39,103,29); }
H1.HeaderClassName
{
color: #27671D;
}
.AnyTagClassName
{
color: #27671D;
}
</style>
background-color css
<style>
a { background-color: #27671D; }
a { background-color: rgb(39,103,29); }
div.DivClassName
{
background-color: #27671D;
}
.BgClassName
{
background-color: #27671D;
}
</style>
border-color css
<style>
span { border-color: #27671D; }
span { border-color: rgb(39,103,29); }
td.TdClassName
{
border-color: #27671D;
}
.TagClassName
{
border-color: #27671D;
}
</style>