Shades of San Felix #1B6E23
Tints of San Felix #1B6E23
RGB
CMYK
RGB Variations
Color information
#1B6E23 (or 0x1B6E23) is known color: San Felix. HEX triplet: 1B, 6E and 23. RGB value is (27,110,35). Sum of RGB (Red+Green+Blue) = 27+110+35=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #1B6E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6E23 is #E491DC. Grayscale: #4C4C4C. Windows color (decimal): -14979549 or 2321947. OLE color: 2321947.
HSL color Cylindrical-coordinate representation of color #1B6E23: hue angle of 125.78º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6E23 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 110 | 35 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.57 |
| HSL | 125.78º | 0.61% | 0.27% | - |
| HSV(B) | 125.78º | 0.75% | 0.43% | - |
| XYZ | 6.33 | 11.51 | 3.48 | - |
| YUV | 76.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 110 | 35 | 0.75 | 0 | 0.68 | 0.57 | 125.78 | 0.61 | 0.27 |
| Hex | 1B | 6E | 23 | 4B | 0 | 44 | 39 | 7E | 3D | 1B |
| Octal | 33 | 156 | 43 | 113 | 0 | 104 | 71 | 176 | 75 | 33 |
| Binary | 11011 | 1101110 | 100011 | 1001011 | 0 | 1000100 | 111001 | 1111110 | 111101 | 11011 |
Color Harmonies of #1B6E23
Complementary color
Monochromatic Colors of #1B6E23
Black with #1B6E23
Text Example
Text Example
White with #1B6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6E23; }
p { color: rgb(27,110,35); }
H1.HeaderClassName
{
color: #1B6E23;
}
.AnyTagClassName
{
color: #1B6E23;
}
</style>
background-color css
<style>
a { background-color: #1B6E23; }
a { background-color: rgb(27,110,35); }
div.DivClassName
{
background-color: #1B6E23;
}
.BgClassName
{
background-color: #1B6E23;
}
</style>
border-color css
<style>
span { border-color: #1B6E23; }
span { border-color: rgb(27,110,35); }
td.TdClassName
{
border-color: #1B6E23;
}
.TagClassName
{
border-color: #1B6E23;
}
</style>