#156B1C

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

Shades of San Felix #156B1C

Tints of San Felix #156B1C

Color information

#156B1C (or 0x156B1C) is unknown color: approx San Felix. HEX triplet: 15, 6B and 1C. RGB value is (21,107,28). Sum of RGB (Red+Green+Blue) = 21+107+28=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #156B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B1C is #EA94E3. Grayscale: #484848. Windows color (decimal): -15373540 or 1862421. OLE color: 1862421.

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

Color convert

RGB2110728-
CMYK0.8000.740.58
HSL124.88º67.19%25.1%-
HSV(B)124.88º80.37%41.96%-
XYZ5.7810.762.87-
YUV72.28103.0191.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 107 (42.19% from 255) = 68.59%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=13.46%
G=68.59%
B=17.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107280.8000.740.58124.8867.1925.1
Hex156B1C5004A3A7d4319
Octal251533412001127217510331
Binary101011101011111001010000010010101110101111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,107,28); }

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

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

 a { background-color: rgb(21,107,28); }

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

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

 span { border-color: rgb(21,107,28); }

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