#1E6919

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

Shades of San Felix #1E6919

Tints of San Felix #1E6919

Color information

#1E6919 (or 0x1E6919) is unknown color: approx San Felix. HEX triplet: 1E, 69 and 19. RGB value is (30,105,25). Sum of RGB (Red+Green+Blue) = 30+105+25=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6919 is #E196E6. Grayscale: #494949. Windows color (decimal): -14784231 or 1665310. OLE color: 1665310.

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

Color convert

RGB3010525-
CMYK0.7100.760.59
HSL116.25º61.54%25.49%-
HSV(B)116.25º76.19%41.18%-
XYZ5.7610.452.63-
YUV73.45100.6597-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 105 (41.41% from 255) = 65.62%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=18.75%
G=65.62%
B=15.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105250.7100.760.59116.2561.5425.49
Hex1E69194704C3B743e19
Octal36151311070114731647631
Binary11110110100111001100011101001100111011111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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