#1E732C

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

Shades of San Felix #1E732C

Tints of San Felix #1E732C

Color information

#1E732C (or 0x1E732C) is unknown color: approx San Felix. HEX triplet: 1E, 73 and 2C. RGB value is (30,115,44). Sum of RGB (Red+Green+Blue) = 30+115+44=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #1E732C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E732C is #E18CD3. Grayscale: #515151. Windows color (decimal): -14781652 or 2913054. OLE color: 2913054.

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

Color convert

RGB3011544-
CMYK0.7400.620.55
HSL129.88º58.62%28.43%-
HSV(B)129.88º73.91%45.1%-
XYZ7.1212.724.46-
YUV81.49106.8491.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.87%
GREEN value IS 115 (45.31% from 255) = 60.85%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=15.87%
G=60.85%
B=23.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30115440.7400.620.55129.8858.6228.43
Hex1E732C4A03E37823b1c
Octal3616354112076672027334
Binary111101110011101100100101001111101101111000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,44); }

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

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

 a { background-color: rgb(30,115,44); }

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

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

 span { border-color: rgb(30,115,44); }

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