#1E6320

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

Shades of San Felix #1E6320

Tints of San Felix #1E6320

Color information

#1E6320 (or 0x1E6320) is unknown color: approx San Felix. HEX triplet: 1E, 63 and 20. RGB value is (30,99,32). Sum of RGB (Red+Green+Blue) = 30+99+32=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6320 is #E19CDF. Grayscale: #464646. Windows color (decimal): -14785760 or 2122526. OLE color: 2122526.

HSL color Cylindrical-coordinate representation of color #1E6320: hue angle of 121.74º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6320 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB309932-
CMYK0.7000.680.61
HSL121.74º53.49%25.29%-
HSV(B)121.74º69.7%38.82%-
XYZ5.269.32.89-
YUV70.73106.1498.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 99 (39.06% from 255) = 61.49%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=18.63%
G=61.49%
B=19.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3099320.7000.680.61121.7453.4925.29
Hex1E6320460443D7a3519
Octal36143401060104751726531
Binary111101100011100000100011001000100111101111101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,99,32); }

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

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

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

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

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

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

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