Shades of San Felix #27672A
Tints of San Felix #27672A
RGB
CMYK
RGB Variations
Color information
#27672A (or 0x27672A) is known color: San Felix. HEX triplet: 27, 67 and 2A. RGB value is (39,103,42). Sum of RGB (Red+Green+Blue) = 39+103+42=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #27672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27672A is #D898D5. Grayscale: #4D4D4D. Windows color (decimal): -14194902 or 2778919. OLE color: 2778919.
HSL color Cylindrical-coordinate representation of color #27672A: hue angle of 122.81º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27672A is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 103 | 42 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.60 |
| HSL | 122.81º | 0.45% | 0.28% | - |
| HSV(B) | 122.81º | 0.62% | 0.4% | - |
| XYZ | 6.1 | 10.3 | 3.86 | - |
| YUV | 76.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 42 | 0.62 | 0 | 0.59 | 0.60 | 122.81 | 0.45 | 0.28 |
| Hex | 27 | 67 | 2A | 3E | 0 | 3B | 3C | 7B | 2D | 1C |
| Octal | 47 | 147 | 52 | 76 | 0 | 73 | 74 | 173 | 55 | 34 |
| Binary | 100111 | 1100111 | 101010 | 111110 | 0 | 111011 | 111100 | 1111011 | 101101 | 11100 |
Color Harmonies of #27672A
Complementary color
Monochromatic Colors of #27672A
Black with #27672A
Text Example
Text Example
White with #27672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27672A; }
p { color: rgb(39,103,42); }
H1.HeaderClassName
{
color: #27672A;
}
.AnyTagClassName
{
color: #27672A;
}
</style>
background-color css
<style>
a { background-color: #27672A; }
a { background-color: rgb(39,103,42); }
div.DivClassName
{
background-color: #27672A;
}
.BgClassName
{
background-color: #27672A;
}
</style>
border-color css
<style>
span { border-color: #27672A; }
span { border-color: rgb(39,103,42); }
td.TdClassName
{
border-color: #27672A;
}
.TagClassName
{
border-color: #27672A;
}
</style>