#1E7220

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

Shades of San Felix #1E7220

Tints of San Felix #1E7220

Color information

#1E7220 (or 0x1E7220) is unknown color: approx San Felix. HEX triplet: 1E, 72 and 20. RGB value is (30,114,32). Sum of RGB (Red+Green+Blue) = 30+114+32=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #1E7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7220 is #E18DDF. Grayscale: #4F4F4F. Windows color (decimal): -14781920 or 2126366. OLE color: 2126366.

HSL color Cylindrical-coordinate representation of color #1E7220: hue angle of 121.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7220 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB3011432-
CMYK0.7400.720.55
HSL121.43º58.33%28.24%-
HSV(B)121.43º73.68%44.71%-
XYZ6.8112.413.4-
YUV79.54101.1792.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.05%
GREEN value IS 114 (44.92% from 255) = 64.77%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=17.05%
G=64.77%
B=18.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30114320.7400.720.55121.4358.3328.24
Hex1E72204A04837793a1c
Octal36162401120110671717234
Binary111101110010100000100101001001000110111111100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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