#1E651D

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

Shades of San Felix #1E651D

Tints of San Felix #1E651D

Color information

#1E651D (or 0x1E651D) is unknown color: approx San Felix. HEX triplet: 1E, 65 and 1D. RGB value is (30,101,29). Sum of RGB (Red+Green+Blue) = 30+101+29=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #1E651D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E651D is #E19AE2. Grayscale: #474747. Windows color (decimal): -14785251 or 1926430. OLE color: 1926430.

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

Color convert

RGB3010129-
CMYK0.7000.710.60
HSL119.17º55.38%25.49%-
HSV(B)119.17º71.29%39.61%-
XYZ5.419.672.74-
YUV71.56103.9898.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 101 (39.84% from 255) = 63.12%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=18.75%
G=63.12%
B=18.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30101290.7000.710.60119.1755.3825.49
Hex1E651D460473C773719
Octal36145351060107741676731
Binary11110110010111101100011001000111111100111011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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