Shades of San Felix #1E782F
Tints of San Felix #1E782F
RGB
CMYK
RGB Variations
Color information
#1E782F (or 0x1E782F) is known color: San Felix. HEX triplet: 1E, 78 and 2F. RGB value is (30,120,47). Sum of RGB (Red+Green+Blue) = 30+120+47=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #1E782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E782F is #E187D0. Grayscale: #545454. Windows color (decimal): -14780369 or 3110942. OLE color: 3110942.
HSL color Cylindrical-coordinate representation of color #1E782F: hue angle of 131.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E782F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 120 | 47 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.53 |
| HSL | 131.33º | 0.6% | 0.29% | - |
| HSV(B) | 131.33º | 0.75% | 0.47% | - |
| XYZ | 7.76 | 13.91 | 4.97 | - |
| YUV | 84.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 47 | 0.75 | 0 | 0.61 | 0.53 | 131.33 | 0.6 | 0.29 |
| Hex | 1E | 78 | 2F | 4B | 0 | 3D | 35 | 83 | 3C | 1D |
| Octal | 36 | 170 | 57 | 113 | 0 | 75 | 65 | 203 | 74 | 35 |
| Binary | 11110 | 1111000 | 101111 | 1001011 | 0 | 111101 | 110101 | 10000011 | 111100 | 11101 |
Color Harmonies of #1E782F
Complementary color
Monochromatic Colors of #1E782F
Black with #1E782F
Text Example
Text Example
White with #1E782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E782F; }
p { color: rgb(30,120,47); }
H1.HeaderClassName
{
color: #1E782F;
}
.AnyTagClassName
{
color: #1E782F;
}
</style>
background-color css
<style>
a { background-color: #1E782F; }
a { background-color: rgb(30,120,47); }
div.DivClassName
{
background-color: #1E782F;
}
.BgClassName
{
background-color: #1E782F;
}
</style>
border-color css
<style>
span { border-color: #1E782F; }
span { border-color: rgb(30,120,47); }
td.TdClassName
{
border-color: #1E782F;
}
.TagClassName
{
border-color: #1E782F;
}
</style>