Shades of San Felix #27631D
Tints of San Felix #27631D
RGB
CMYK
RGB Variations
Color information
#27631D (or 0x27631D) is known color: San Felix. HEX triplet: 27, 63 and 1D. RGB value is (39,99,29). Sum of RGB (Red+Green+Blue) = 39+99+29=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #27631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27631D is #D89CE2. Grayscale: #494949. Windows color (decimal): -14195939 or 1925927. OLE color: 1925927.
HSL color Cylindrical-coordinate representation of color #27631D: hue angle of 111.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27631D is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 99 | 29 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.61 |
| HSL | 111.43º | 0.55% | 0.25% | - |
| HSV(B) | 111.43º | 0.71% | 0.39% | - |
| XYZ | 5.52 | 9.44 | 2.69 | - |
| YUV | 73.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 29 | 0.61 | 0 | 0.71 | 0.61 | 111.43 | 0.55 | 0.25 |
| Hex | 27 | 63 | 1D | 3D | 0 | 47 | 3D | 6F | 37 | 19 |
| Octal | 47 | 143 | 35 | 75 | 0 | 107 | 75 | 157 | 67 | 31 |
| Binary | 100111 | 1100011 | 11101 | 111101 | 0 | 1000111 | 111101 | 1101111 | 110111 | 11001 |
Color Harmonies of #27631D
Complementary color
Monochromatic Colors of #27631D
Black with #27631D
Text Example
Text Example
White with #27631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27631D; }
p { color: rgb(39,99,29); }
H1.HeaderClassName
{
color: #27631D;
}
.AnyTagClassName
{
color: #27631D;
}
</style>
background-color css
<style>
a { background-color: #27631D; }
a { background-color: rgb(39,99,29); }
div.DivClassName
{
background-color: #27631D;
}
.BgClassName
{
background-color: #27631D;
}
</style>
border-color css
<style>
span { border-color: #27631D; }
span { border-color: rgb(39,99,29); }
td.TdClassName
{
border-color: #27631D;
}
.TagClassName
{
border-color: #27631D;
}
</style>