#1E651C

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

Shades of San Felix #1E651C

Tints of San Felix #1E651C

Color information

#1E651C (or 0x1E651C) is unknown color: approx San Felix. HEX triplet: 1E, 65 and 1C. RGB value is (30,101,28). Sum of RGB (Red+Green+Blue) = 30+101+28=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #1E651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E651C is #E19AE3. Grayscale: #474747. Windows color (decimal): -14785252 or 1860894. OLE color: 1860894.

HSL color Cylindrical-coordinate representation of color #1E651C: hue angle of 118.36º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E651C is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB3010128-
CMYK0.7000.720.60
HSL118.36º56.59%25.29%-
HSV(B)118.36º72.28%39.61%-
XYZ5.49.672.68-
YUV71.45103.4898.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.87%
GREEN value IS 101 (39.84% from 255) = 63.52%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=18.87%
G=63.52%
B=17.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30101280.7000.720.60118.3656.5925.29
Hex1E651C460483C763919
Octal36145341060110741667131
Binary11110110010111100100011001001000111100111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,101,28); }

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

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

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

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

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

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

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