#1E6128

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

Shades of San Felix #1E6128

Tints of San Felix #1E6128

Color information

#1E6128 (or 0x1E6128) is unknown color: approx San Felix. HEX triplet: 1E, 61 and 28. RGB value is (30,97,40). Sum of RGB (Red+Green+Blue) = 30+97+40=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6128 is #E19ED7. Grayscale: #464646. Windows color (decimal): -14786264 or 2646302. OLE color: 2646302.

HSL color Cylindrical-coordinate representation of color #1E6128: hue angle of 128.96º degrees, saturation: 0.53, 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 #1E6128 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB309740-
CMYK0.6900.590.62
HSL128.96º52.76%24.9%-
HSV(B)128.96º69.07%38.04%-
XYZ5.198.983.47-
YUV70.47110.899.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=17.96%
G=58.08%
B=23.95%

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
Decimal3097400.6900.590.62128.9652.7624.9
Hex1E61284503B3E813519
Octal3614150105073762016531
Binary111101100001101000100010101110111111101000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,97,40); }

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

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

 a { background-color: rgb(30,97,40); }

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

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

 span { border-color: rgb(30,97,40); }

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