#1E6B28

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

Shades of San Felix #1E6B28

Tints of San Felix #1E6B28

Color information

#1E6B28 (or 0x1E6B28) is unknown color: approx San Felix. HEX triplet: 1E, 6B and 28. RGB value is (30,107,40). Sum of RGB (Red+Green+Blue) = 30+107+40=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B28 is #E194D7. Grayscale: #4C4C4C. Windows color (decimal): -14783704 or 2648862. OLE color: 2648862.

HSL color Cylindrical-coordinate representation of color #1E6B28: hue angle of 127.79º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B28 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB3010740-
CMYK0.7200.630.58
HSL127.79º56.2%26.86%-
HSV(B)127.79º71.96%41.96%-
XYZ6.1810.943.79-
YUV76.34107.4994.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.95%
GREEN value IS 107 (42.19% from 255) = 60.45%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=16.95%
G=60.45%
B=22.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107400.7200.630.58127.7956.226.86
Hex1E6B284803F3A80381b
Octal3615350110077722007033
Binary111101101011101000100100001111111110101000000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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