#156B1E

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

Shades of San Felix #156B1E

Tints of San Felix #156B1E

Color information

#156B1E (or 0x156B1E) is unknown color: approx San Felix. HEX triplet: 15, 6B and 1E. RGB value is (21,107,30). Sum of RGB (Red+Green+Blue) = 21+107+30=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #156B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B1E is #EA94E1. Grayscale: #484848. Windows color (decimal): -15373538 or 1993493. OLE color: 1993493.

HSL color Cylindrical-coordinate representation of color #156B1E: hue angle of 126.28º 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 #156B1E is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB2110730-
CMYK0.8000.720.58
HSL126.28º67.19%25.1%-
HSV(B)126.28º80.37%41.96%-
XYZ5.810.773-
YUV72.51104.0191.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 107 (42.19% from 255) = 67.72%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=13.29%
G=67.72%
B=18.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107300.8000.720.58126.2867.1925.1
Hex156B1E500483A7e4319
Octal251533612001107217610331
Binary101011101011111101010000010010001110101111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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