Shades of San Felix #27671A
Tints of San Felix #27671A
RGB
CMYK
RGB Variations
Color information
#27671A (or 0x27671A) is known color: San Felix. HEX triplet: 27, 67 and 1A. RGB value is (39,103,26). Sum of RGB (Red+Green+Blue) = 39+103+26=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #27671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27671A is #D898E5. Grayscale: #4B4B4B. Windows color (decimal): -14194918 or 1730343. OLE color: 1730343.
HSL color Cylindrical-coordinate representation of color #27671A: hue angle of 109.87º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27671A is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 103 | 26 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.60 |
| HSL | 109.87º | 0.6% | 0.25% | - |
| HSV(B) | 109.87º | 0.75% | 0.4% | - |
| XYZ | 5.87 | 10.21 | 2.64 | - |
| YUV | 75.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 26 | 0.62 | 0 | 0.75 | 0.60 | 109.87 | 0.6 | 0.25 |
| Hex | 27 | 67 | 1A | 3E | 0 | 4B | 3C | 6E | 3C | 19 |
| Octal | 47 | 147 | 32 | 76 | 0 | 113 | 74 | 156 | 74 | 31 |
| Binary | 100111 | 1100111 | 11010 | 111110 | 0 | 1001011 | 111100 | 1101110 | 111100 | 11001 |
Color Harmonies of #27671A
Complementary color
Monochromatic Colors of #27671A
Black with #27671A
Text Example
Text Example
White with #27671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27671A; }
p { color: rgb(39,103,26); }
H1.HeaderClassName
{
color: #27671A;
}
.AnyTagClassName
{
color: #27671A;
}
</style>
background-color css
<style>
a { background-color: #27671A; }
a { background-color: rgb(39,103,26); }
div.DivClassName
{
background-color: #27671A;
}
.BgClassName
{
background-color: #27671A;
}
</style>
border-color css
<style>
span { border-color: #27671A; }
span { border-color: rgb(39,103,26); }
td.TdClassName
{
border-color: #27671A;
}
.TagClassName
{
border-color: #27671A;
}
</style>