#1E621D

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

Shades of San Felix #1E621D

Tints of San Felix #1E621D

Color information

#1E621D (or 0x1E621D) is unknown color: approx San Felix. HEX triplet: 1E, 62 and 1D. RGB value is (30,98,29). Sum of RGB (Red+Green+Blue) = 30+98+29=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #1E621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E621D is #E19DE2. Grayscale: #464646. Windows color (decimal): -14786019 or 1925662. OLE color: 1925662.

HSL color Cylindrical-coordinate representation of color #1E621D: hue angle of 119.13º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E621D is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB309829-
CMYK0.6900.700.62
HSL119.13º54.33%24.9%-
HSV(B)119.13º70.41%38.43%-
XYZ5.129.12.65-
YUV69.8104.9799.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=19.11%
G=62.42%
B=18.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3098290.6900.700.62119.1354.3324.9
Hex1E621D450463E773619
Octal36142351050106761676631
Binary11110110001011101100010101000110111110111011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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