#1e691e

Color #1E691E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1E691E

Tints of San Felix #1E691E

Color information

#1E691E (or 0x1E691E) is unknown color: approx San Felix. HEX triplet: 1E, 69 and 1E. RGB value is (30,105,30). Sum of RGB (Red+Green+Blue) = 30+105+30=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 105 (41.41% from 255 or 63.64% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 105 - color contains mainly: green. Hex color #1E691E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E691E is #E196E1. Grayscale: #4A4A4A. Windows color (decimal): -14784226 or 1992990. OLE color: 1992990.

HSL color Cylindrical-coordinate representation of color #1E691E: hue angle of 120º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E691E is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB3010530-
CMYK0.7100.710.59
HSL120º55.56%26.47%-
HSV(B)120º71.43%41.18%-
XYZ5.8210.472.94-
YUV74.02103.1596.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 63.64%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=18.18%
G=63.64%
B=18.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105300.7100.710.5912055.5626.47
Hex1E691E470473B78381a
Octal36151361070107731707032
Binary11110110100111110100011101000111111011111100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e691e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e691e; }

 p { color: rgb(30,105,30); }

 H1.HeaderClassName
 {
   color: #1e691e;
 }
 .AnyTagClassName
 {
   color: #1e691e;
 }
</style>
background-color css

<style>
 a { background-color: #1e691e; }

 a { background-color: rgb(30,105,30); }

 div.DivClassName
 {
   background-color: #1e691e;
 }
 .BgClassName
 {
   background-color: #1e691e;
 }
</style>
border-color css

<style>
 span { border-color: #1e691e; }

 span { border-color: rgb(30,105,30); }

 td.TdClassName
 {
   border-color: #1e691e;
 }
 .TagClassName
 {
   border-color: #1e691e;
 }
</style>