Shades of San Felix #1B651E
Tints of San Felix #1B651E
RGB
CMYK
RGB Variations
Color information
#1B651E (or 0x1B651E) is known color: San Felix. HEX triplet: 1B, 65 and 1E. RGB value is (27,101,30). Sum of RGB (Red+Green+Blue) = 27+101+30=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #1B651E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B651E is #E49AE1. Grayscale: #464646. Windows color (decimal): -14981858 or 1991963. OLE color: 1991963.
HSL color Cylindrical-coordinate representation of color #1B651E: hue angle of 122.43º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B651E is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 101 | 30 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.60 |
| HSL | 122.43º | 0.58% | 0.25% | - |
| HSV(B) | 122.43º | 0.73% | 0.4% | - |
| XYZ | 5.34 | 9.63 | 2.81 | - |
| YUV | 70.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 30 | 0.73 | 0 | 0.70 | 0.60 | 122.43 | 0.58 | 0.25 |
| Hex | 1B | 65 | 1E | 49 | 0 | 46 | 3C | 7A | 3A | 19 |
| Octal | 33 | 145 | 36 | 111 | 0 | 106 | 74 | 172 | 72 | 31 |
| Binary | 11011 | 1100101 | 11110 | 1001001 | 0 | 1000110 | 111100 | 1111010 | 111010 | 11001 |
Color Harmonies of #1B651E
Complementary color
Monochromatic Colors of #1B651E
Black with #1B651E
Text Example
Text Example
White with #1B651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B651E; }
p { color: rgb(27,101,30); }
H1.HeaderClassName
{
color: #1B651E;
}
.AnyTagClassName
{
color: #1B651E;
}
</style>
background-color css
<style>
a { background-color: #1B651E; }
a { background-color: rgb(27,101,30); }
div.DivClassName
{
background-color: #1B651E;
}
.BgClassName
{
background-color: #1B651E;
}
</style>
border-color css
<style>
span { border-color: #1B651E; }
span { border-color: rgb(27,101,30); }
td.TdClassName
{
border-color: #1B651E;
}
.TagClassName
{
border-color: #1B651E;
}
</style>