Shades of San Felix #27701D
Tints of San Felix #27701D
RGB
CMYK
RGB Variations
Color information
#27701D (or 0x27701D) is known color: San Felix. HEX triplet: 27, 70 and 1D. RGB value is (39,112,29). Sum of RGB (Red+Green+Blue) = 39+112+29=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #27701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27701D is #D88FE2. Grayscale: #505050. Windows color (decimal): -14192611 or 1929255. OLE color: 1929255.
HSL color Cylindrical-coordinate representation of color #27701D: hue angle of 112.77º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27701D is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 29 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.56 |
| HSL | 112.77º | 0.59% | 0.28% | - |
| HSV(B) | 112.77º | 0.74% | 0.44% | - |
| XYZ | 6.85 | 12.11 | 3.14 | - |
| YUV | 80.71 | 98.82 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 29 | 0.65 | 0 | 0.74 | 0.56 | 112.77 | 0.59 | 0.28 |
| Hex | 27 | 70 | 1D | 41 | 0 | 4A | 38 | 71 | 3B | 1C |
| Octal | 47 | 160 | 35 | 101 | 0 | 112 | 70 | 161 | 73 | 34 |
| Binary | 100111 | 1110000 | 11101 | 1000001 | 0 | 1001010 | 111000 | 1110001 | 111011 | 11100 |
Color Harmonies of #27701D
Complementary color
Monochromatic Colors of #27701D
Black with #27701D
Text Example
Text Example
White with #27701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27701D; }
p { color: rgb(39,112,29); }
H1.HeaderClassName
{
color: #27701D;
}
.AnyTagClassName
{
color: #27701D;
}
</style>
background-color css
<style>
a { background-color: #27701D; }
a { background-color: rgb(39,112,29); }
div.DivClassName
{
background-color: #27701D;
}
.BgClassName
{
background-color: #27701D;
}
</style>
border-color css
<style>
span { border-color: #27701D; }
span { border-color: rgb(39,112,29); }
td.TdClassName
{
border-color: #27701D;
}
.TagClassName
{
border-color: #27701D;
}
</style>