#156C1E

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

Shades of San Felix #156C1E

Tints of San Felix #156C1E

Color information

#156C1E (or 0x156C1E) is unknown color: approx San Felix. HEX triplet: 15, 6C and 1E. RGB value is (21,108,30). Sum of RGB (Red+Green+Blue) = 21+108+30=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 108 (42.58% from 255 or 67.92% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 108 - color contains mainly: green. Hex color #156C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C1E is #EA93E1. Grayscale: #494949. Windows color (decimal): -15373282 or 1993749. OLE color: 1993749.

HSL color Cylindrical-coordinate representation of color #156C1E: hue angle of 126.21º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C1E is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB2110830-
CMYK0.8100.720.58
HSL126.21º67.44%25.29%-
HSV(B)126.21º80.56%42.35%-
XYZ5.9110.983.04-
YUV73.1103.6890.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 108 (42.58% from 255) = 67.92%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=13.21%
G=67.92%
B=18.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108300.8100.720.58126.2167.4425.29
Hex156C1E510483A7e4319
Octal251543612101107217610331
Binary101011101100111101010001010010001110101111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156C1E; }

 p { color: rgb(21,108,30); }

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

<style>
 a { background-color: #156C1E; }

 a { background-color: rgb(21,108,30); }

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

<style>
 span { border-color: #156C1E; }

 span { border-color: rgb(21,108,30); }

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