Shades of San Felix #27701B
Tints of San Felix #27701B
RGB
CMYK
RGB Variations
Color information
#27701B (or 0x27701B) is known color: San Felix. HEX triplet: 27, 70 and 1B. RGB value is (39,112,27). Sum of RGB (Red+Green+Blue) = 39+112+27=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #27701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27701B is #D88FE4. Grayscale: #505050. Windows color (decimal): -14192613 or 1798183. OLE color: 1798183.
HSL color Cylindrical-coordinate representation of color #27701B: hue angle of 111.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27701B is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 27 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.56 |
| HSL | 111.53º | 0.61% | 0.27% | - |
| HSV(B) | 111.53º | 0.76% | 0.44% | - |
| XYZ | 6.83 | 12.1 | 3.01 | - |
| YUV | 80.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 27 | 0.65 | 0 | 0.76 | 0.56 | 111.53 | 0.61 | 0.27 |
| Hex | 27 | 70 | 1B | 41 | 0 | 4C | 38 | 70 | 3D | 1B |
| Octal | 47 | 160 | 33 | 101 | 0 | 114 | 70 | 160 | 75 | 33 |
| Binary | 100111 | 1110000 | 11011 | 1000001 | 0 | 1001100 | 111000 | 1110000 | 111101 | 11011 |
Color Harmonies of #27701B
Complementary color
Monochromatic Colors of #27701B
Black with #27701B
Text Example
Text Example
White with #27701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27701B; }
p { color: rgb(39,112,27); }
H1.HeaderClassName
{
color: #27701B;
}
.AnyTagClassName
{
color: #27701B;
}
</style>
background-color css
<style>
a { background-color: #27701B; }
a { background-color: rgb(39,112,27); }
div.DivClassName
{
background-color: #27701B;
}
.BgClassName
{
background-color: #27701B;
}
</style>
border-color css
<style>
span { border-color: #27701B; }
span { border-color: rgb(39,112,27); }
td.TdClassName
{
border-color: #27701B;
}
.TagClassName
{
border-color: #27701B;
}
</style>