Shades of San Felix #1E6F2B
Tints of San Felix #1E6F2B
RGB
CMYK
RGB Variations
Color information
#1E6F2B (or 0x1E6F2B) is known color: San Felix. HEX triplet: 1E, 6F and 2B. RGB value is (30,111,43). Sum of RGB (Red+Green+Blue) = 30+111+43=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6F2B is #E190D4. Grayscale: #4F4F4F. Windows color (decimal): -14782677 or 2846494. OLE color: 2846494.
HSL color Cylindrical-coordinate representation of color #1E6F2B: hue angle of 129.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F2B is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 43 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.56 |
| HSL | 129.63º | 0.57% | 0.28% | - |
| HSV(B) | 129.63º | 0.73% | 0.44% | - |
| XYZ | 6.66 | 11.82 | 4.22 | - |
| YUV | 79.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 43 | 0.73 | 0 | 0.61 | 0.56 | 129.63 | 0.57 | 0.28 |
| Hex | 1E | 6F | 2B | 49 | 0 | 3D | 38 | 82 | 39 | 1C |
| Octal | 36 | 157 | 53 | 111 | 0 | 75 | 70 | 202 | 71 | 34 |
| Binary | 11110 | 1101111 | 101011 | 1001001 | 0 | 111101 | 111000 | 10000010 | 111001 | 11100 |
Color Harmonies of #1E6F2B
Complementary color
Monochromatic Colors of #1E6F2B
Black with #1E6F2B
Text Example
Text Example
White with #1E6F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F2B; }
p { color: rgb(30,111,43); }
H1.HeaderClassName
{
color: #1E6F2B;
}
.AnyTagClassName
{
color: #1E6F2B;
}
</style>
background-color css
<style>
a { background-color: #1E6F2B; }
a { background-color: rgb(30,111,43); }
div.DivClassName
{
background-color: #1E6F2B;
}
.BgClassName
{
background-color: #1E6F2B;
}
</style>
border-color css
<style>
span { border-color: #1E6F2B; }
span { border-color: rgb(30,111,43); }
td.TdClassName
{
border-color: #1E6F2B;
}
.TagClassName
{
border-color: #1E6F2B;
}
</style>