#1E6027

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

Shades of San Felix #1E6027

Tints of San Felix #1E6027

Color information

#1E6027 (or 0x1E6027) is unknown color: approx San Felix. HEX triplet: 1E, 60 and 27. RGB value is (30,96,39). Sum of RGB (Red+Green+Blue) = 30+96+39=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6027 is #E19FD8. Grayscale: #454545. Windows color (decimal): -14786521 or 2580510. OLE color: 2580510.

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

Color convert

RGB309639-
CMYK0.6900.590.62
HSL128.18º52.38%24.71%-
HSV(B)128.18º68.75%37.65%-
XYZ5.088.793.35-
YUV69.77110.6399.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.18%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=18.18%
G=58.18%
B=23.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096390.6900.590.62128.1852.3824.71
Hex1E60274503B3E803419
Octal3614047105073762006431
Binary111101100000100111100010101110111111101000000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,39); }

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

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

 a { background-color: rgb(30,96,39); }

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

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

 span { border-color: rgb(30,96,39); }

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